#C86455

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

Shades of Sunglo #C86455

Tints of Sunglo #C86455

Color information

#C86455 (or 0xC86455) is unknown color: approx Sunglo. HEX triplet: C8, 64 and 55. RGB value is (200,100,85). Sum of RGB (Red+Green+Blue) = 200+100+85=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C86455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86455 is #379BAA. Grayscale: #808080. Windows color (decimal): -3644331 or 5596360. OLE color: 5596360.

HSL color Cylindrical-coordinate representation of color #C86455: hue angle of 7.83º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C86455 is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB20010085-
CMYK00.50.580.22
HSL7.83º51.11%55.88%-
HSV(B)7.83º57.5%78.43%-
XYZ30.0222.0511.27-
YUV128.19103.63179.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.95%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=51.95%
G=25.97%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001008500.50.580.227.8351.1155.88
HexC864550323A1683338
Octal3101441250627226106370
Binary11001000110010010101010110010111010101101000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86455; }

 p { color: rgb(200,100,85); }

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

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

 a { background-color: rgb(200,100,85); }

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

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

 span { border-color: rgb(200,100,85); }

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