#C86658

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

Shades of Sunglo #C86658

Tints of Sunglo #C86658

Color information

#C86658 (or 0xC86658) is unknown color: approx Sunglo. HEX triplet: C8, 66 and 58. RGB value is (200,102,88). Sum of RGB (Red+Green+Blue) = 200+102+88=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C86658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86658 is #3799A7. Grayscale: #818181. Windows color (decimal): -3643816 or 5793480. OLE color: 5793480.

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

Color convert

RGB20010288-
CMYK00.490.560.22
HSL7.5º50.45%56.47%-
HSV(B)7.5º56%78.43%-
XYZ30.3322.4911.97-
YUV129.71104.47178.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.28%
GREEN value IS 102 (40.23% from 255) = 26.15%
BLUE value IS 88 (34.77% from 255) = 22.56%
R=51.28%
G=26.15%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001028800.490.560.227.550.4556.47
HexC86658031381683238
Octal3101461300617026106270
Binary11001000110011010110000110001111000101101000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86658; }

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

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

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

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

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

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

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

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