#C66B31

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

Shades of Christine #C66B31

Tints of Christine #C66B31

Color information

#C66B31 (or 0xC66B31) is unknown color: approx Christine. HEX triplet: C6, 6B and 31. RGB value is (198,107,49). Sum of RGB (Red+Green+Blue) = 198+107+49=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66B31 is #3994CE. Grayscale: #7F7F7F. Windows color (decimal): -3773647 or 3238854. OLE color: 3238854.

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

Color convert

RGB19810749-
CMYK00.460.750.22
HSL23.36º60.32%48.43%-
HSV(B)23.36º75.25%77.65%-
XYZ29.122.745.76-
YUV127.683.65178.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.93%
GREEN value IS 107 (42.19% from 255) = 30.23%
BLUE value IS 49 (19.53% from 255) = 13.84%
R=55.93%
G=30.23%
B=13.84%

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
Decimal1981074900.460.750.2223.3660.3248.43
HexC66B3102E4B16173c30
Octal3061536105611326277460
Binary110001101101011110001010111010010111011010111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66B31; }

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

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

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

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

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

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

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

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