#C85C4D

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

Shades of Sunglo #C85C4D

Tints of Sunglo #C85C4D

Color information

#C85C4D (or 0xC85C4D) is unknown color: approx Sunglo. HEX triplet: C8, 5C and 4D. RGB value is (200,92,77). Sum of RGB (Red+Green+Blue) = 200+92+77=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C4D is #37A3B2. Grayscale: #7A7A7A. Windows color (decimal): -3646387 or 5070024. OLE color: 5070024.

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

Color convert

RGB2009277-
CMYK00.540.620.22
HSL7.32º52.79%54.31%-
HSV(B)7.32º61.5%78.43%-
XYZ28.9920.479.44-
YUV122.58102.28183.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.20%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=54.20%
G=24.93%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200927700.540.620.227.3252.7954.31
HexC85C4D0363E1673536
Octal310134115066762676566
Binary1100100010111001001101011011011111010110111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85C4D; }

 p { color: rgb(200,92,77); }

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

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

 a { background-color: rgb(200,92,77); }

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

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

 span { border-color: rgb(200,92,77); }

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