Shades of Christine #C55C2D
Tints of Christine #C55C2D
RGB
CMYK
RGB Variations
Color information
#C55C2D (or 0xC55C2D) is known color: Christine. HEX triplet: C5, 5C and 2D. RGB value is (197,92,45). Sum of RGB (Red+Green+Blue) = 197+92+45=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C2D is #3AA3D2. Grayscale: #767676. Windows color (decimal): -3843027 or 2972869. OLE color: 2972869.
HSL color Cylindrical-coordinate representation of color #C55C2D: hue angle of 18.55º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C55C2D is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 45 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.23 |
| HSL | 18.55º | 0.63% | 0.47% | - |
| HSV(B) | 18.55º | 0.77% | 0.77% | - |
| XYZ | 27.33 | 19.71 | 4.85 | - |
| YUV | 118.04 | 86.79 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 45 | 0 | 0.53 | 0.77 | 0.23 | 18.55 | 0.63 | 0.47 |
| Hex | C5 | 5C | 2D | 0 | 35 | 4D | 17 | 13 | 3F | 2F |
| Octal | 305 | 134 | 55 | 0 | 65 | 115 | 27 | 23 | 77 | 57 |
| Binary | 11000101 | 1011100 | 101101 | 0 | 110101 | 1001101 | 10111 | 10011 | 111111 | 101111 |
Color Harmonies of #C55C2D
Complementary color
Monochromatic Colors of #C55C2D
Black with #C55C2D
Text Example
Text Example
White with #C55C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C2D; }
p { color: rgb(197,92,45); }
H1.HeaderClassName
{
color: #C55C2D;
}
.AnyTagClassName
{
color: #C55C2D;
}
</style>
background-color css
<style>
a { background-color: #C55C2D; }
a { background-color: rgb(197,92,45); }
div.DivClassName
{
background-color: #C55C2D;
}
.BgClassName
{
background-color: #C55C2D;
}
</style>
border-color css
<style>
span { border-color: #C55C2D; }
span { border-color: rgb(197,92,45); }
td.TdClassName
{
border-color: #C55C2D;
}
.TagClassName
{
border-color: #C55C2D;
}
</style>