#C85D52

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

Shades of Sunglo #C85D52

Tints of Sunglo #C85D52

Color information

#C85D52 (or 0xC85D52) is unknown color: approx Sunglo. HEX triplet: C8, 5D and 52. RGB value is (200,93,82). Sum of RGB (Red+Green+Blue) = 200+93+82=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85D52 is #37A2AD. Grayscale: #7B7B7B. Windows color (decimal): -3646126 or 5397960. OLE color: 5397960.

HSL color Cylindrical-coordinate representation of color #C85D52: hue angle of 5.59º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85D52 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB2009382-
CMYK00.540.590.22
HSL5.59º51.75%55.29%-
HSV(B)5.59º59%78.43%-
XYZ29.2620.7210.44-
YUV123.74104.45182.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.33%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=53.33%
G=24.8%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200938200.540.590.225.5951.7555.29
HexC85D520363B1663437
Octal310135122066732666467
Binary1100100010111011010010011011011101110110110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85D52; }

 p { color: rgb(200,93,82); }

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

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

 a { background-color: rgb(200,93,82); }

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

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

 span { border-color: rgb(200,93,82); }

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