Shades of Christine #C55C28
Tints of Christine #C55C28
RGB
CMYK
RGB Variations
Color information
#C55C28 (or 0xC55C28) is known color: Christine. HEX triplet: C5, 5C and 28. RGB value is (197,92,40). Sum of RGB (Red+Green+Blue) = 197+92+40=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C28 is #3AA3D7. Grayscale: #757575. Windows color (decimal): -3843032 or 2645189. OLE color: 2645189.
HSL color Cylindrical-coordinate representation of color #C55C28: hue angle of 19.87º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C55C28 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 40 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.23 |
| HSL | 19.87º | 0.66% | 0.46% | - |
| HSV(B) | 19.87º | 0.8% | 0.77% | - |
| XYZ | 27.24 | 19.68 | 4.37 | - |
| YUV | 117.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 40 | 0 | 0.53 | 0.80 | 0.23 | 19.87 | 0.66 | 0.46 |
| Hex | C5 | 5C | 28 | 0 | 35 | 50 | 17 | 14 | 42 | 2E |
| Octal | 305 | 134 | 50 | 0 | 65 | 120 | 27 | 24 | 102 | 56 |
| Binary | 11000101 | 1011100 | 101000 | 0 | 110101 | 1010000 | 10111 | 10100 | 1000010 | 101110 |
Color Harmonies of #C55C28
Complementary color
Monochromatic Colors of #C55C28
Black with #C55C28
Text Example
Text Example
White with #C55C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C28; }
p { color: rgb(197,92,40); }
H1.HeaderClassName
{
color: #C55C28;
}
.AnyTagClassName
{
color: #C55C28;
}
</style>
background-color css
<style>
a { background-color: #C55C28; }
a { background-color: rgb(197,92,40); }
div.DivClassName
{
background-color: #C55C28;
}
.BgClassName
{
background-color: #C55C28;
}
</style>
border-color css
<style>
span { border-color: #C55C28; }
span { border-color: rgb(197,92,40); }
td.TdClassName
{
border-color: #C55C28;
}
.TagClassName
{
border-color: #C55C28;
}
</style>