Shades of Christine #C55F2C
Tints of Christine #C55F2C
RGB
CMYK
RGB Variations
Color information
#C55F2C (or 0xC55F2C) is known color: Christine. HEX triplet: C5, 5F and 2C. RGB value is (197,95,44). Sum of RGB (Red+Green+Blue) = 197+95+44=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F2C is #3AA0D3. Grayscale: #777777. Windows color (decimal): -3842260 or 2908101. OLE color: 2908101.
HSL color Cylindrical-coordinate representation of color #C55F2C: hue angle of 20º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C55F2C is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 44 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.23 |
| HSL | 20º | 0.63% | 0.47% | - |
| HSV(B) | 20º | 0.78% | 0.77% | - |
| XYZ | 27.57 | 20.24 | 4.84 | - |
| YUV | 119.68 | 85.29 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 44 | 0 | 0.52 | 0.78 | 0.23 | 20 | 0.63 | 0.47 |
| Hex | C5 | 5F | 2C | 0 | 34 | 4E | 17 | 14 | 3F | 2F |
| Octal | 305 | 137 | 54 | 0 | 64 | 116 | 27 | 24 | 77 | 57 |
| Binary | 11000101 | 1011111 | 101100 | 0 | 110100 | 1001110 | 10111 | 10100 | 111111 | 101111 |
Color Harmonies of #C55F2C
Complementary color
Monochromatic Colors of #C55F2C
Black with #C55F2C
Text Example
Text Example
White with #C55F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F2C; }
p { color: rgb(197,95,44); }
H1.HeaderClassName
{
color: #C55F2C;
}
.AnyTagClassName
{
color: #C55F2C;
}
</style>
background-color css
<style>
a { background-color: #C55F2C; }
a { background-color: rgb(197,95,44); }
div.DivClassName
{
background-color: #C55F2C;
}
.BgClassName
{
background-color: #C55F2C;
}
</style>
border-color css
<style>
span { border-color: #C55F2C; }
span { border-color: rgb(197,95,44); }
td.TdClassName
{
border-color: #C55F2C;
}
.TagClassName
{
border-color: #C55F2C;
}
</style>