#C85E53

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

Shades of Sunglo #C85E53

Tints of Sunglo #C85E53

Color information

#C85E53 (or 0xC85E53) is unknown color: approx Sunglo. HEX triplet: C8, 5E and 53. RGB value is (200,94,83). Sum of RGB (Red+Green+Blue) = 200+94+83=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E53 is #37A1AC. Grayscale: #7C7C7C. Windows color (decimal): -3645869 or 5463752. OLE color: 5463752.

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

Color convert

RGB2009483-
CMYK00.530.580.22
HSL5.64º51.54%55.49%-
HSV(B)5.64º58.5%78.43%-
XYZ29.3820.9110.67-
YUV124.44104.62181.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.05%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 83 (32.81% from 255) = 22.02%
R=53.05%
G=24.93%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200948300.530.580.225.6451.5455.49
HexC85E530353A1663437
Octal310136123065722666467
Binary1100100010111101010011011010111101010110110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85E53; }

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

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

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

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

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

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

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

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