Shades of Christine #C96A28
Tints of Christine #C96A28
RGB
CMYK
RGB Variations
Color information
#C96A28 (or 0xC96A28) is known color: Christine. HEX triplet: C9, 6A and 28. RGB value is (201,106,40). Sum of RGB (Red+Green+Blue) = 201+106+40=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A28 is #3695D7. Grayscale: #7F7F7F. Windows color (decimal): -3577304 or 2648777. OLE color: 2648777.
HSL color Cylindrical-coordinate representation of color #C96A28: hue angle of 24.6º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C96A28 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 40 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.21 |
| HSL | 24.6º | 0.67% | 0.47% | - |
| HSV(B) | 24.6º | 0.8% | 0.79% | - |
| XYZ | 29.62 | 22.88 | 4.86 | - |
| YUV | 126.88 | 78.97 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 40 | 0 | 0.47 | 0.80 | 0.21 | 24.6 | 0.67 | 0.47 |
| Hex | C9 | 6A | 28 | 0 | 2F | 50 | 15 | 19 | 43 | 2F |
| Octal | 311 | 152 | 50 | 0 | 57 | 120 | 25 | 31 | 103 | 57 |
| Binary | 11001001 | 1101010 | 101000 | 0 | 101111 | 1010000 | 10101 | 11001 | 1000011 | 101111 |
Color Harmonies of #C96A28
Complementary color
Monochromatic Colors of #C96A28
Black with #C96A28
Text Example
Text Example
White with #C96A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96A28; }
p { color: rgb(201,106,40); }
H1.HeaderClassName
{
color: #C96A28;
}
.AnyTagClassName
{
color: #C96A28;
}
</style>
background-color css
<style>
a { background-color: #C96A28; }
a { background-color: rgb(201,106,40); }
div.DivClassName
{
background-color: #C96A28;
}
.BgClassName
{
background-color: #C96A28;
}
</style>
border-color css
<style>
span { border-color: #C96A28; }
span { border-color: rgb(201,106,40); }
td.TdClassName
{
border-color: #C96A28;
}
.TagClassName
{
border-color: #C96A28;
}
</style>