#C85B4D

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

Shades of Sunglo #C85B4D

Tints of Sunglo #C85B4D

Color information

#C85B4D (or 0xC85B4D) is unknown color: approx Sunglo. HEX triplet: C8, 5B and 4D. RGB value is (200,91,77). Sum of RGB (Red+Green+Blue) = 200+91+77=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B4D is #37A4B2. Grayscale: #7A7A7A. Windows color (decimal): -3646643 or 5069768. OLE color: 5069768.

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

Color convert

RGB2009177-
CMYK00.540.620.22
HSL6.83º52.79%54.31%-
HSV(B)6.83º61.5%78.43%-
XYZ28.920.39.42-
YUV121.99102.61183.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.35%
GREEN value IS 91 (35.94% from 255) = 24.73%
BLUE value IS 77 (30.47% from 255) = 20.92%
R=54.35%
G=24.73%
B=20.92%

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
Decimal200917700.540.620.226.8352.7954.31
HexC85B4D0363E1673536
Octal310133115066762676566
Binary1100100010110111001101011011011111010110111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85B4D; }

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

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

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

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

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

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

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

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