#C66931

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

Shades of Christine #C66931

Tints of Christine #C66931

Color information

#C66931 (or 0xC66931) is unknown color: approx Christine. HEX triplet: C6, 69 and 31. RGB value is (198,105,49). Sum of RGB (Red+Green+Blue) = 198+105+49=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C66931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66931 is #3996CE. Grayscale: #7E7E7E. Windows color (decimal): -3774159 or 3238342. OLE color: 3238342.

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

Color convert

RGB19810549-
CMYK00.470.750.22
HSL22.55º60.32%48.43%-
HSV(B)22.55º75.25%77.65%-
XYZ28.8922.335.69-
YUV126.4284.31179.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.25%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=56.25%
G=29.83%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981054900.470.750.2222.5560.3248.43
HexC6693102F4B16173c30
Octal3061516105711326277460
Binary110001101101001110001010111110010111011010111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66931; }

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

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

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

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

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

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

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

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