#C86758

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

Shades of Sunglo #C86758

Tints of Sunglo #C86758

Color information

#C86758 (or 0xC86758) is unknown color: approx Sunglo. HEX triplet: C8, 67 and 58. RGB value is (200,103,88). Sum of RGB (Red+Green+Blue) = 200+103+88=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C86758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86758 is #3798A7. Grayscale: #828282. Windows color (decimal): -3643560 or 5793736. OLE color: 5793736.

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

Color convert

RGB20010388-
CMYK00.480.560.22
HSL8.04º50.45%56.47%-
HSV(B)8.04º56%78.43%-
XYZ30.4322.6812.01-
YUV130.29104.14177.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.15%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=51.15%
G=26.34%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001038800.480.560.228.0450.4556.47
HexC86758030381683238
Octal3101471300607026106270
Binary11001000110011110110000110000111000101101000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86758; }

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

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

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

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

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

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

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

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