#C86450

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

Shades of Sunglo #C86450

Tints of Sunglo #C86450

Color information

#C86450 (or 0xC86450) is unknown color: approx Sunglo. HEX triplet: C8, 64 and 50. RGB value is (200,100,80). Sum of RGB (Red+Green+Blue) = 200+100+80=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C86450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86450 is #379BAF. Grayscale: #7F7F7F. Windows color (decimal): -3644336 or 5268680. OLE color: 5268680.

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

Color convert

RGB20010080-
CMYK00.50.60.22
HSL10º52.17%54.9%-
HSV(B)10º60%78.43%-
XYZ29.8221.9710.26-
YUV127.62101.13179.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.63%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 80 (31.64% from 255) = 21.05%
R=52.63%
G=26.32%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001008000.50.60.221052.1754.9
HexC864500323C16a3437
Octal3101441200627426126467
Binary11001000110010010100000110010111100101101010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86450; }

 p { color: rgb(200,100,80); }

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

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

 a { background-color: rgb(200,100,80); }

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

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

 span { border-color: rgb(200,100,80); }

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