Shades of Christine #C95B25
Tints of Christine #C95B25
RGB
CMYK
RGB Variations
Color information
#C95B25 (or 0xC95B25) is known color: Christine. HEX triplet: C9, 5B and 25. RGB value is (201,91,37). Sum of RGB (Red+Green+Blue) = 201+91+37=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95B25 is #36A4DA. Grayscale: #767676. Windows color (decimal): -3581147 or 2448329. OLE color: 2448329.
HSL color Cylindrical-coordinate representation of color #C95B25: hue angle of 19.76º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C95B25 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 37 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.21 |
| HSL | 19.76º | 0.69% | 0.47% | - |
| HSV(B) | 19.76º | 0.82% | 0.79% | - |
| XYZ | 28.16 | 20.03 | 4.13 | - |
| YUV | 117.73 | 82.44 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 37 | 0 | 0.55 | 0.82 | 0.21 | 19.76 | 0.69 | 0.47 |
| Hex | C9 | 5B | 25 | 0 | 37 | 52 | 15 | 14 | 45 | 2F |
| Octal | 311 | 133 | 45 | 0 | 67 | 122 | 25 | 24 | 105 | 57 |
| Binary | 11001001 | 1011011 | 100101 | 0 | 110111 | 1010010 | 10101 | 10100 | 1000101 | 101111 |
Color Harmonies of #C95B25
Complementary color
Monochromatic Colors of #C95B25
Black with #C95B25
Text Example
Text Example
White with #C95B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B25; }
p { color: rgb(201,91,37); }
H1.HeaderClassName
{
color: #C95B25;
}
.AnyTagClassName
{
color: #C95B25;
}
</style>
background-color css
<style>
a { background-color: #C95B25; }
a { background-color: rgb(201,91,37); }
div.DivClassName
{
background-color: #C95B25;
}
.BgClassName
{
background-color: #C95B25;
}
</style>
border-color css
<style>
span { border-color: #C95B25; }
span { border-color: rgb(201,91,37); }
td.TdClassName
{
border-color: #C95B25;
}
.TagClassName
{
border-color: #C95B25;
}
</style>