Shades of Christine #C96727
Tints of Christine #C96727
RGB
CMYK
RGB Variations
Color information
#C96727 (or 0xC96727) is known color: Christine. HEX triplet: C9, 67 and 27. RGB value is (201,103,39). Sum of RGB (Red+Green+Blue) = 201+103+39=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C96727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96727 is #3698D8. Grayscale: #7D7D7D. Windows color (decimal): -3578073 or 2582473. OLE color: 2582473.
HSL color Cylindrical-coordinate representation of color #C96727: hue angle of 23.7º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C96727 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 39 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.21 |
| HSL | 23.7º | 0.68% | 0.47% | - |
| HSV(B) | 23.7º | 0.81% | 0.79% | - |
| XYZ | 29.3 | 22.26 | 4.67 | - |
| YUV | 125.01 | 79.47 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 39 | 0 | 0.49 | 0.81 | 0.21 | 23.7 | 0.68 | 0.47 |
| Hex | C9 | 67 | 27 | 0 | 31 | 51 | 15 | 18 | 44 | 2F |
| Octal | 311 | 147 | 47 | 0 | 61 | 121 | 25 | 30 | 104 | 57 |
| Binary | 11001001 | 1100111 | 100111 | 0 | 110001 | 1010001 | 10101 | 11000 | 1000100 | 101111 |
Color Harmonies of #C96727
Complementary color
Monochromatic Colors of #C96727
Black with #C96727
Text Example
Text Example
White with #C96727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96727; }
p { color: rgb(201,103,39); }
H1.HeaderClassName
{
color: #C96727;
}
.AnyTagClassName
{
color: #C96727;
}
</style>
background-color css
<style>
a { background-color: #C96727; }
a { background-color: rgb(201,103,39); }
div.DivClassName
{
background-color: #C96727;
}
.BgClassName
{
background-color: #C96727;
}
</style>
border-color css
<style>
span { border-color: #C96727; }
span { border-color: rgb(201,103,39); }
td.TdClassName
{
border-color: #C96727;
}
.TagClassName
{
border-color: #C96727;
}
</style>