#C86352

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

Shades of Sunglo #C86352

Tints of Sunglo #C86352

Color information

#C86352 (or 0xC86352) is unknown color: approx Sunglo. HEX triplet: C8, 63 and 52. RGB value is (200,99,82). Sum of RGB (Red+Green+Blue) = 200+99+82=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C86352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86352 is #379CAD. Grayscale: #7F7F7F. Windows color (decimal): -3644590 or 5399496. OLE color: 5399496.

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

Color convert

RGB2009982-
CMYK00.500.590.22
HSL8.64º51.75%55.29%-
HSV(B)8.64º59%78.43%-
XYZ29.821.8110.62-
YUV127.26102.46179.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.49%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=52.49%
G=25.98%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200998200.500.590.228.6451.7555.29
HexC863520323B1693437
Octal3101431220627326116467
Binary11001000110001110100100110010111011101101001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86352; }

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

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

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

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

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

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

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

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