#C86055

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

Shades of Sunglo #C86055

Tints of Sunglo #C86055

Color information

#C86055 (or 0xC86055) is unknown color: approx Sunglo. HEX triplet: C8, 60 and 55. RGB value is (200,96,85). Sum of RGB (Red+Green+Blue) = 200+96+85=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C86055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86055 is #379FAA. Grayscale: #7D7D7D. Windows color (decimal): -3645355 or 5595336. OLE color: 5595336.

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

Color convert

RGB2009685-
CMYK00.520.580.22
HSL5.74º51.11%55.88%-
HSV(B)5.74º57.5%78.43%-
XYZ29.6421.311.14-
YUV125.84104.96180.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.49%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=52.49%
G=25.20%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200968500.520.580.225.7451.1155.88
HexC860550343A1663338
Octal310140125064722666370
Binary1100100011000001010101011010011101010110110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86055; }

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

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

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

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

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

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

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

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