#c66c31

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

Shades of Christine #C66C31

Tints of Christine #C66C31

Color information

#C66C31 (or 0xC66C31) is unknown color: approx Christine. HEX triplet: C6, 6C and 31. RGB value is (198,108,49). Sum of RGB (Red+Green+Blue) = 198+108+49=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C31 is #3993CE. Grayscale: #808080. Windows color (decimal): -3773391 or 3239110. OLE color: 3239110.

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

Color convert

RGB19810849-
CMYK00.450.750.22
HSL23.76º60.32%48.43%-
HSV(B)23.76º75.25%77.65%-
XYZ29.2122.955.8-
YUV128.1883.32177.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.77%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 49 (19.53% from 255) = 13.80%
R=55.77%
G=30.42%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981084900.450.750.2223.7660.3248.43
HexC66C3102D4B16183c30
Octal3061546105511326307460
Binary110001101101100110001010110110010111011011000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c66c31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c66c31; }

 p { color: rgb(198,108,49); }

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

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

 a { background-color: rgb(198,108,49); }

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

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

 span { border-color: rgb(198,108,49); }

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