#C66831

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

Shades of Christine #C66831

Tints of Christine #C66831

Color information

#C66831 (or 0xC66831) is unknown color: approx Christine. HEX triplet: C6, 68 and 31. RGB value is (198,104,49). Sum of RGB (Red+Green+Blue) = 198+104+49=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C66831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66831 is #3997CE. Grayscale: #7E7E7E. Windows color (decimal): -3774415 or 3238086. OLE color: 3238086.

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

Color convert

RGB19810449-
CMYK00.470.750.22
HSL22.15º60.32%48.43%-
HSV(B)22.15º75.25%77.65%-
XYZ28.7922.135.66-
YUV125.8484.64179.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.41%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 49 (19.53% from 255) = 13.96%
R=56.41%
G=29.63%
B=13.96%

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
Decimal1981044900.470.750.2222.1560.3248.43
HexC6683102F4B16163c30
Octal3061506105711326267460
Binary110001101101000110001010111110010111011010110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66831; }

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

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

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

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

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

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

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

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