#C85B51

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

Shades of Sunglo #C85B51

Tints of Sunglo #C85B51

Color information

#C85B51 (or 0xC85B51) is unknown color: approx Sunglo. HEX triplet: C8, 5B and 51. RGB value is (200,91,81). Sum of RGB (Red+Green+Blue) = 200+91+81=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B51 is #37A4AE. Grayscale: #7A7A7A. Windows color (decimal): -3646639 or 5331912. OLE color: 5331912.

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

Color convert

RGB2009181-
CMYK00.540.590.22
HSL5.04º51.97%55.1%-
HSV(B)5.04º59.5%78.43%-
XYZ29.0520.3610.18-
YUV122.45104.61183.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.76%
GREEN value IS 91 (35.94% from 255) = 24.46%
BLUE value IS 81 (32.03% from 255) = 21.77%
R=53.76%
G=24.46%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200918100.540.590.225.0451.9755.1
HexC85B510363B1653437
Octal310133121066732656467
Binary1100100010110111010001011011011101110110101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85B51; }

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

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

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

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

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

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

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

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