#C86955

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

Shades of Sunglo #C86955

Tints of Sunglo #C86955

Color information

#C86955 (or 0xC86955) is unknown color: approx Sunglo. HEX triplet: C8, 69 and 55. RGB value is (200,105,85). Sum of RGB (Red+Green+Blue) = 200+105+85=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C86955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86955 is #3796AA. Grayscale: #838383. Windows color (decimal): -3643051 or 5597640. OLE color: 5597640.

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

Color convert

RGB20010585-
CMYK00.480.580.22
HSL10.43º51.11%55.88%-
HSV(B)10.43º57.5%78.43%-
XYZ30.5123.0411.43-
YUV131.12101.97177.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.28%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=51.28%
G=26.92%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001058500.480.580.2210.4351.1155.88
HexC869550303A16a3338
Octal3101511250607226126370
Binary11001000110100110101010110000111010101101010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86955; }

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

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

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

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

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

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

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

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