#c86a2e

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

Shades of Christine #C86A2E

Tints of Christine #C86A2E

Color information

#C86A2E (or 0xC86A2E) is unknown color: approx Christine. HEX triplet: C8, 6A and 2E. RGB value is (200,106,46). Sum of RGB (Red+Green+Blue) = 200+106+46=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A2E is #3795D1. Grayscale: #7F7F7F. Windows color (decimal): -3642834 or 3041992. OLE color: 3041992.

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

Color convert

RGB20010646-
CMYK00.470.770.22
HSL23.38º62.6%48.24%-
HSV(B)23.38º77%78.43%-
XYZ29.4722.785.43-
YUV127.2782.14179.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.82%
GREEN value IS 106 (41.80% from 255) = 30.11%
BLUE value IS 46 (18.36% from 255) = 13.07%
R=56.82%
G=30.11%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001064600.470.770.2223.3862.648.24
HexC86A2E02F4D16173f30
Octal3101525605711526277760
Binary110010001101010101110010111110011011011010111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c86a2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c86a2e; }

 p { color: rgb(200,106,46); }

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

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

 a { background-color: rgb(200,106,46); }

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

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

 span { border-color: rgb(200,106,46); }

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