#C85E4D

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

Shades of Sunglo #C85E4D

Tints of Sunglo #C85E4D

Color information

#C85E4D (or 0xC85E4D) is unknown color: approx Sunglo. HEX triplet: C8, 5E and 4D. RGB value is (200,94,77). Sum of RGB (Red+Green+Blue) = 200+94+77=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E4D is #37A1B2. Grayscale: #7B7B7B. Windows color (decimal): -3645875 or 5070536. OLE color: 5070536.

HSL color Cylindrical-coordinate representation of color #C85E4D: hue angle of 8.29º 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 #C85E4D is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB2009477-
CMYK00.530.620.22
HSL8.29º52.79%54.31%-
HSV(B)8.29º61.5%78.43%-
XYZ29.1620.829.5-
YUV123.76101.62182.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.91%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=53.91%
G=25.34%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200947700.530.620.228.2952.7954.31
HexC85E4D0353E1683536
Octal3101361150657626106566
Binary11001000101111010011010110101111110101101000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85E4D; }

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

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

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

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

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

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

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

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