#C66A31

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

Shades of Christine #C66A31

Tints of Christine #C66A31

Color information

#C66A31 (or 0xC66A31) is unknown color: approx Christine. HEX triplet: C6, 6A and 31. RGB value is (198,106,49). Sum of RGB (Red+Green+Blue) = 198+106+49=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66A31 is #3995CE. Grayscale: #7F7F7F. Windows color (decimal): -3773903 or 3238598. OLE color: 3238598.

HSL color Cylindrical-coordinate representation of color #C66A31: hue angle of 22.95º 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 #C66A31 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB19810649-
CMYK00.460.750.22
HSL22.95º60.32%48.43%-
HSV(B)22.95º75.25%77.65%-
XYZ2922.545.73-
YUV127.0183.98178.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.09%
GREEN value IS 106 (41.80% from 255) = 30.03%
BLUE value IS 49 (19.53% from 255) = 13.88%
R=56.09%
G=30.03%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981064900.460.750.2222.9560.3248.43
HexC66A3102E4B16173c30
Octal3061526105611326277460
Binary110001101101010110001010111010010111011010111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66A31; }

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

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

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

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

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

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

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

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