#C86359

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

Shades of Sunglo #C86359

Tints of Sunglo #C86359

Color information

#C86359 (or 0xC86359) is unknown color: approx Sunglo. HEX triplet: C8, 63 and 59. RGB value is (200,99,89). Sum of RGB (Red+Green+Blue) = 200+99+89=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C86359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86359 is #379CA6. Grayscale: #808080. Windows color (decimal): -3644583 or 5858248. OLE color: 5858248.

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

Color convert

RGB2009989-
CMYK00.500.560.22
HSL5.41º50.23%56.67%-
HSV(B)5.41º55.5%78.43%-
XYZ30.0821.9212.1-
YUV128.06105.96179.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.55%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 89 (35.16% from 255) = 22.94%
R=51.55%
G=25.52%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200998900.500.560.225.4150.2356.67
HexC86359032381653239
Octal310143131062702656271
Binary1100100011000111011001011001011100010110101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86359; }

 p { color: rgb(200,99,89); }

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

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

 a { background-color: rgb(200,99,89); }

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

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

 span { border-color: rgb(200,99,89); }

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