Shades of Christine #C96730
Tints of Christine #C96730
RGB
CMYK
RGB Variations
Color information
#C96730 (or 0xC96730) is known color: Christine. HEX triplet: C9, 67 and 30. RGB value is (201,103,48). Sum of RGB (Red+Green+Blue) = 201+103+48=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C96730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96730 is #3698CF. Grayscale: #7E7E7E. Windows color (decimal): -3578064 or 3172297. OLE color: 3172297.
HSL color Cylindrical-coordinate representation of color #C96730: hue angle of 21.57º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C96730 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 48 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.21 |
| HSL | 21.57º | 0.61% | 0.49% | - |
| HSV(B) | 21.57º | 0.76% | 0.79% | - |
| XYZ | 29.47 | 22.33 | 5.55 | - |
| YUV | 126.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 48 | 0 | 0.49 | 0.76 | 0.21 | 21.57 | 0.61 | 0.49 |
| Hex | C9 | 67 | 30 | 0 | 31 | 4C | 15 | 16 | 3D | 31 |
| Octal | 311 | 147 | 60 | 0 | 61 | 114 | 25 | 26 | 75 | 61 |
| Binary | 11001001 | 1100111 | 110000 | 0 | 110001 | 1001100 | 10101 | 10110 | 111101 | 110001 |
Color Harmonies of #C96730
Complementary color
Monochromatic Colors of #C96730
Black with #C96730
Text Example
Text Example
White with #C96730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96730; }
p { color: rgb(201,103,48); }
H1.HeaderClassName
{
color: #C96730;
}
.AnyTagClassName
{
color: #C96730;
}
</style>
background-color css
<style>
a { background-color: #C96730; }
a { background-color: rgb(201,103,48); }
div.DivClassName
{
background-color: #C96730;
}
.BgClassName
{
background-color: #C96730;
}
</style>
border-color css
<style>
span { border-color: #C96730; }
span { border-color: rgb(201,103,48); }
td.TdClassName
{
border-color: #C96730;
}
.TagClassName
{
border-color: #C96730;
}
</style>