Shades of Christine #C96B2B
Tints of Christine #C96B2B
RGB
CMYK
RGB Variations
Color information
#C96B2B (or 0xC96B2B) is known color: Christine. HEX triplet: C9, 6B and 2B. RGB value is (201,107,43). Sum of RGB (Red+Green+Blue) = 201+107+43=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96B2B is #3694D4. Grayscale: #808080. Windows color (decimal): -3577045 or 2845641. OLE color: 2845641.
HSL color Cylindrical-coordinate representation of color #C96B2B: hue angle of 24.3º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C96B2B is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 43 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.21 |
| HSL | 24.3º | 0.65% | 0.48% | - |
| HSV(B) | 24.3º | 0.79% | 0.79% | - |
| XYZ | 29.78 | 23.11 | 5.18 | - |
| YUV | 127.81 | 80.14 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 43 | 0 | 0.47 | 0.79 | 0.21 | 24.3 | 0.65 | 0.48 |
| Hex | C9 | 6B | 2B | 0 | 2F | 4F | 15 | 18 | 41 | 30 |
| Octal | 311 | 153 | 53 | 0 | 57 | 117 | 25 | 30 | 101 | 60 |
| Binary | 11001001 | 1101011 | 101011 | 0 | 101111 | 1001111 | 10101 | 11000 | 1000001 | 110000 |
Color Harmonies of #C96B2B
Complementary color
Monochromatic Colors of #C96B2B
Black with #C96B2B
Text Example
Text Example
White with #C96B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B2B; }
p { color: rgb(201,107,43); }
H1.HeaderClassName
{
color: #C96B2B;
}
.AnyTagClassName
{
color: #C96B2B;
}
</style>
background-color css
<style>
a { background-color: #C96B2B; }
a { background-color: rgb(201,107,43); }
div.DivClassName
{
background-color: #C96B2B;
}
.BgClassName
{
background-color: #C96B2B;
}
</style>
border-color css
<style>
span { border-color: #C96B2B; }
span { border-color: rgb(201,107,43); }
td.TdClassName
{
border-color: #C96B2B;
}
.TagClassName
{
border-color: #C96B2B;
}
</style>