Shades of Christine #C66431
Tints of Christine #C66431
RGB
CMYK
RGB Variations
Color information
#C66431 (or 0xC66431) is known color: Christine. HEX triplet: C6, 64 and 31. RGB value is (198,100,49). Sum of RGB (Red+Green+Blue) = 198+100+49=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C66431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66431 is #399BCE. Grayscale: #7B7B7B. Windows color (decimal): -3775439 or 3237062. OLE color: 3237062.
HSL color Cylindrical-coordinate representation of color #C66431: hue angle of 20.54º 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 #C66431 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 49 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.22 |
| HSL | 20.54º | 0.6% | 0.48% | - |
| HSV(B) | 20.54º | 0.75% | 0.78% | - |
| XYZ | 28.4 | 21.34 | 5.53 | - |
| YUV | 123.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 49 | 0 | 0.49 | 0.75 | 0.22 | 20.54 | 0.6 | 0.48 |
| Hex | C6 | 64 | 31 | 0 | 31 | 4B | 16 | 15 | 3C | 30 |
| Octal | 306 | 144 | 61 | 0 | 61 | 113 | 26 | 25 | 74 | 60 |
| Binary | 11000110 | 1100100 | 110001 | 0 | 110001 | 1001011 | 10110 | 10101 | 111100 | 110000 |
Color Harmonies of #C66431
Complementary color
Monochromatic Colors of #C66431
Black with #C66431
Text Example
Text Example
White with #C66431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66431; }
p { color: rgb(198,100,49); }
H1.HeaderClassName
{
color: #C66431;
}
.AnyTagClassName
{
color: #C66431;
}
</style>
background-color css
<style>
a { background-color: #C66431; }
a { background-color: rgb(198,100,49); }
div.DivClassName
{
background-color: #C66431;
}
.BgClassName
{
background-color: #C66431;
}
</style>
border-color css
<style>
span { border-color: #C66431; }
span { border-color: rgb(198,100,49); }
td.TdClassName
{
border-color: #C66431;
}
.TagClassName
{
border-color: #C66431;
}
</style>