Shades of Christine #C95D27
Tints of Christine #C95D27
RGB
CMYK
RGB Variations
Color information
#C95D27 (or 0xC95D27) is known color: Christine. HEX triplet: C9, 5D and 27. RGB value is (201,93,39). Sum of RGB (Red+Green+Blue) = 201+93+39=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D27 is #36A2D8. Grayscale: #777777. Windows color (decimal): -3580633 or 2579913. OLE color: 2579913.
HSL color Cylindrical-coordinate representation of color #C95D27: hue angle of 20º 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 #C95D27 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 39 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.21 |
| HSL | 20º | 0.68% | 0.47% | - |
| HSV(B) | 20º | 0.81% | 0.79% | - |
| XYZ | 28.37 | 20.39 | 4.36 | - |
| YUV | 119.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 39 | 0 | 0.54 | 0.81 | 0.21 | 20 | 0.68 | 0.47 |
| Hex | C9 | 5D | 27 | 0 | 36 | 51 | 15 | 14 | 44 | 2F |
| Octal | 311 | 135 | 47 | 0 | 66 | 121 | 25 | 24 | 104 | 57 |
| Binary | 11001001 | 1011101 | 100111 | 0 | 110110 | 1010001 | 10101 | 10100 | 1000100 | 101111 |
Color Harmonies of #C95D27
Complementary color
Monochromatic Colors of #C95D27
Black with #C95D27
Text Example
Text Example
White with #C95D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D27; }
p { color: rgb(201,93,39); }
H1.HeaderClassName
{
color: #C95D27;
}
.AnyTagClassName
{
color: #C95D27;
}
</style>
background-color css
<style>
a { background-color: #C95D27; }
a { background-color: rgb(201,93,39); }
div.DivClassName
{
background-color: #C95D27;
}
.BgClassName
{
background-color: #C95D27;
}
</style>
border-color css
<style>
span { border-color: #C95D27; }
span { border-color: rgb(201,93,39); }
td.TdClassName
{
border-color: #C95D27;
}
.TagClassName
{
border-color: #C95D27;
}
</style>