#C86760

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

Shades of Sunglo #C86760

Tints of Sunglo #C86760

Color information

#C86760 (or 0xC86760) is unknown color: approx Sunglo. HEX triplet: C8, 67 and 60. RGB value is (200,103,96). Sum of RGB (Red+Green+Blue) = 200+103+96=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C86760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86760 is #37989F. Grayscale: #838383. Windows color (decimal): -3643552 or 6318024. OLE color: 6318024.

HSL color Cylindrical-coordinate representation of color #C86760: hue angle of 4.04º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86760 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB20010396-
CMYK00.480.520.22
HSL4.04º48.6%58.04%-
HSV(B)4.04º52%78.43%-
XYZ30.7822.8213.85-
YUV131.2108.14177.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.13%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=50.13%
G=25.81%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001039600.480.520.224.0448.658.04
HexC8676003034164313a
Octal310147140060642646172
Binary1100100011001111100000011000011010010110100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86760; }

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

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

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

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

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

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

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

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