#C66E2C

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

Shades of Christine #C66E2C

Tints of Christine #C66E2C

Color information

#C66E2C (or 0xC66E2C) is unknown color: approx Christine. HEX triplet: C6, 6E and 2C. RGB value is (198,110,44). Sum of RGB (Red+Green+Blue) = 198+110+44=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66E2C is #3991D3. Grayscale: #818181. Windows color (decimal): -3772884 or 2911942. OLE color: 2911942.

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

Color convert

RGB19811044-
CMYK00.440.780.22
HSL25.71º63.64%47.45%-
HSV(B)25.71º77.78%77.65%-
XYZ29.3223.345.34-
YUV128.7980.15177.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.25%
GREEN value IS 110 (43.36% from 255) = 31.25%
BLUE value IS 44 (17.58% from 255) = 12.5%
R=56.25%
G=31.25%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981104400.440.780.2225.7163.6447.45
HexC66E2C02C4E161a402f
Octal30615654054116263210057
Binary1100011011011101011000101100100111010110110101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66E2C; }

 p { color: rgb(198,110,44); }

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

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

 a { background-color: rgb(198,110,44); }

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

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

 span { border-color: rgb(198,110,44); }

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