#C85F4E

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

Shades of Sunglo #C85F4E

Tints of Sunglo #C85F4E

Color information

#C85F4E (or 0xC85F4E) is unknown color: approx Sunglo. HEX triplet: C8, 5F and 4E. RGB value is (200,95,78). Sum of RGB (Red+Green+Blue) = 200+95+78=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F4E is #37A0B1. Grayscale: #7C7C7C. Windows color (decimal): -3645618 or 5136328. OLE color: 5136328.

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

Color convert

RGB2009578-
CMYK00.520.610.22
HSL8.36º52.59%54.51%-
HSV(B)8.36º61%78.43%-
XYZ29.2921.019.72-
YUV124.46101.79181.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.62%
GREEN value IS 95 (37.5% from 255) = 25.47%
BLUE value IS 78 (30.86% from 255) = 20.91%
R=53.62%
G=25.47%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200957800.520.610.228.3652.5954.51
HexC85F4E0343D1683537
Octal3101371160647526106567
Binary11001000101111110011100110100111101101101000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85F4E; }

 p { color: rgb(200,95,78); }

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

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

 a { background-color: rgb(200,95,78); }

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

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

 span { border-color: rgb(200,95,78); }

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