#C35D57

Color #C35D57 Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #C35D57

Tints of Sunglo #C35D57

Color information

#C35D57 (or 0xC35D57) is unknown color: approx Sunglo. HEX triplet: C3, 5D and 57. RGB value is (195,93,87). Sum of RGB (Red+Green+Blue) = 195+93+87=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D57 is #3CA2A8. Grayscale: #7A7A7A. Windows color (decimal): -3973801 or 5725635. OLE color: 5725635.

HSL color Cylindrical-coordinate representation of color #C35D57: hue angle of 3.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35D57 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB1959387-
CMYK00.520.550.24
HSL3.33º47.37%55.29%-
HSV(B)3.33º55.38%76.47%-
XYZ28.1420.1211.42-
YUV122.81107.79179.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 52%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 87 (34.38% from 255) = 23.2%
R=52%
G=24.8%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195938700.520.550.243.3347.3755.29
HexC35D57034371832f37
Octal303135127064673035767
Binary110000111011101101011101101001101111100011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35D57; }

 p { color: rgb(195,93,87); }

 H1.HeaderClassName
 {
   color: #C35D57;
 }
 .AnyTagClassName
 {
   color: #C35D57;
 }
</style>
background-color css

<style>
 a { background-color: #C35D57; }

 a { background-color: rgb(195,93,87); }

 div.DivClassName
 {
   background-color: #C35D57;
 }
 .BgClassName
 {
   background-color: #C35D57;
 }
</style>
border-color css

<style>
 span { border-color: #C35D57; }

 span { border-color: rgb(195,93,87); }

 td.TdClassName
 {
   border-color: #C35D57;
 }
 .TagClassName
 {
   border-color: #C35D57;
 }
</style>