Shades of Christine #C66928
Tints of Christine #C66928
RGB
CMYK
RGB Variations
Color information
#C66928 (or 0xC66928) is known color: Christine. HEX triplet: C6, 69 and 28. RGB value is (198,105,40). Sum of RGB (Red+Green+Blue) = 198+105+40=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C66928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66928 is #3996D7. Grayscale: #7D7D7D. Windows color (decimal): -3774168 or 2648518. OLE color: 2648518.
HSL color Cylindrical-coordinate representation of color #C66928: hue angle of 24.68º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C66928 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 40 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.22 |
| HSL | 24.68º | 0.66% | 0.47% | - |
| HSV(B) | 24.68º | 0.8% | 0.78% | - |
| XYZ | 28.72 | 22.26 | 4.79 | - |
| YUV | 125.4 | 79.81 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 40 | 0 | 0.47 | 0.80 | 0.22 | 24.68 | 0.66 | 0.47 |
| Hex | C6 | 69 | 28 | 0 | 2F | 50 | 16 | 19 | 42 | 2F |
| Octal | 306 | 151 | 50 | 0 | 57 | 120 | 26 | 31 | 102 | 57 |
| Binary | 11000110 | 1101001 | 101000 | 0 | 101111 | 1010000 | 10110 | 11001 | 1000010 | 101111 |
Color Harmonies of #C66928
Complementary color
Monochromatic Colors of #C66928
Black with #C66928
Text Example
Text Example
White with #C66928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66928; }
p { color: rgb(198,105,40); }
H1.HeaderClassName
{
color: #C66928;
}
.AnyTagClassName
{
color: #C66928;
}
</style>
background-color css
<style>
a { background-color: #C66928; }
a { background-color: rgb(198,105,40); }
div.DivClassName
{
background-color: #C66928;
}
.BgClassName
{
background-color: #C66928;
}
</style>
border-color css
<style>
span { border-color: #C66928; }
span { border-color: rgb(198,105,40); }
td.TdClassName
{
border-color: #C66928;
}
.TagClassName
{
border-color: #C66928;
}
</style>