Shades of Christine #C96329
Tints of Christine #C96329
RGB
CMYK
RGB Variations
Color information
#C96329 (or 0xC96329) is known color: Christine. HEX triplet: C9, 63 and 29. RGB value is (201,99,41). Sum of RGB (Red+Green+Blue) = 201+99+41=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C96329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96329 is #369CD6. Grayscale: #7B7B7B. Windows color (decimal): -3579095 or 2712521. OLE color: 2712521.
HSL color Cylindrical-coordinate representation of color #C96329: hue angle of 21.75º degrees, saturation: 0.66, 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 #C96329 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 41 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.21 |
| HSL | 21.75º | 0.66% | 0.47% | - |
| HSV(B) | 21.75º | 0.8% | 0.79% | - |
| XYZ | 28.95 | 21.5 | 4.72 | - |
| YUV | 122.89 | 81.79 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 41 | 0 | 0.51 | 0.80 | 0.21 | 21.75 | 0.66 | 0.47 |
| Hex | C9 | 63 | 29 | 0 | 33 | 50 | 15 | 16 | 42 | 2F |
| Octal | 311 | 143 | 51 | 0 | 63 | 120 | 25 | 26 | 102 | 57 |
| Binary | 11001001 | 1100011 | 101001 | 0 | 110011 | 1010000 | 10101 | 10110 | 1000010 | 101111 |
Color Harmonies of #C96329
Complementary color
Monochromatic Colors of #C96329
Black with #C96329
Text Example
Text Example
White with #C96329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96329; }
p { color: rgb(201,99,41); }
H1.HeaderClassName
{
color: #C96329;
}
.AnyTagClassName
{
color: #C96329;
}
</style>
background-color css
<style>
a { background-color: #C96329; }
a { background-color: rgb(201,99,41); }
div.DivClassName
{
background-color: #C96329;
}
.BgClassName
{
background-color: #C96329;
}
</style>
border-color css
<style>
span { border-color: #C96329; }
span { border-color: rgb(201,99,41); }
td.TdClassName
{
border-color: #C96329;
}
.TagClassName
{
border-color: #C96329;
}
</style>