#C86A5B

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

Shades of Sunglo #C86A5B

Tints of Sunglo #C86A5B

Color information

#C86A5B (or 0xC86A5B) is unknown color: approx Sunglo. HEX triplet: C8, 6A and 5B. RGB value is (200,106,91). Sum of RGB (Red+Green+Blue) = 200+106+91=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A5B is #3795A4. Grayscale: #848484. Windows color (decimal): -3642789 or 5991112. OLE color: 5991112.

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

Color convert

RGB20010691-
CMYK00.470.540.22
HSL8.26º49.77%57.06%-
HSV(B)8.26º54.5%78.43%-
XYZ30.8623.3412.78-
YUV132.4104.64176.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.38%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=50.38%
G=26.70%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001069100.470.540.228.2649.7757.06
HexC86A5B02F361683239
Octal3101521330576626106271
Binary11001000110101010110110101111110110101101000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86A5B; }

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

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

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

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

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

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

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

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