#C85A4F

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

Shades of Sunglo #C85A4F

Tints of Sunglo #C85A4F

Color information

#C85A4F (or 0xC85A4F) is unknown color: approx Sunglo. HEX triplet: C8, 5A and 4F. RGB value is (200,90,79). Sum of RGB (Red+Green+Blue) = 200+90+79=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A4F is #37A5B0. Grayscale: #797979. Windows color (decimal): -3646897 or 5200584. OLE color: 5200584.

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

Color convert

RGB2009079-
CMYK00.550.600.22
HSL5.45º52.38%54.71%-
HSV(B)5.45º60.5%78.43%-
XYZ28.8920.169.77-
YUV121.64103.94183.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.20%
GREEN value IS 90 (35.55% from 255) = 24.39%
BLUE value IS 79 (31.25% from 255) = 21.41%
R=54.20%
G=24.39%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200907900.550.600.225.4552.3854.71
HexC85A4F0373C1653437
Octal310132117067742656467
Binary1100100010110101001111011011111110010110101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85A4F; }

 p { color: rgb(200,90,79); }

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

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

 a { background-color: rgb(200,90,79); }

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

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

 span { border-color: rgb(200,90,79); }

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