#c86151

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

Shades of Sunglo #C86151

Tints of Sunglo #C86151

Color information

#C86151 (or 0xC86151) is unknown color: approx Sunglo. HEX triplet: C8, 61 and 51. RGB value is (200,97,81). Sum of RGB (Red+Green+Blue) = 200+97+81=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C86151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86151 is #379EAE. Grayscale: #7E7E7E. Windows color (decimal): -3645103 or 5333448. OLE color: 5333448.

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

Color convert

RGB2009781-
CMYK00.520.590.22
HSL8.07º51.97%55.1%-
HSV(B)8.07º59.5%78.43%-
XYZ29.5821.4210.36-
YUV125.97102.62180.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.91%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 81 (32.03% from 255) = 21.43%
R=52.91%
G=25.66%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200978100.520.590.228.0751.9755.1
HexC861510343B1683437
Octal3101411210647326106467
Binary11001000110000110100010110100111011101101000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c86151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c86151; }

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

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

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

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

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

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

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

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