Shades of Christine #C55A28
Tints of Christine #C55A28
RGB
CMYK
RGB Variations
Color information
#C55A28 (or 0xC55A28) is known color: Christine. HEX triplet: C5, 5A and 28. RGB value is (197,90,40). Sum of RGB (Red+Green+Blue) = 197+90+40=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A28 is #3AA5D7. Grayscale: #747474. Windows color (decimal): -3843544 or 2644677. OLE color: 2644677.
HSL color Cylindrical-coordinate representation of color #C55A28: hue angle of 19.11º 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 #C55A28 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 40 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.23 |
| HSL | 19.11º | 0.66% | 0.46% | - |
| HSV(B) | 19.11º | 0.8% | 0.77% | - |
| XYZ | 27.07 | 19.34 | 4.31 | - |
| YUV | 116.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 40 | 0 | 0.54 | 0.80 | 0.23 | 19.11 | 0.66 | 0.46 |
| Hex | C5 | 5A | 28 | 0 | 36 | 50 | 17 | 13 | 42 | 2E |
| Octal | 305 | 132 | 50 | 0 | 66 | 120 | 27 | 23 | 102 | 56 |
| Binary | 11000101 | 1011010 | 101000 | 0 | 110110 | 1010000 | 10111 | 10011 | 1000010 | 101110 |
Color Harmonies of #C55A28
Complementary color
Monochromatic Colors of #C55A28
Black with #C55A28
Text Example
Text Example
White with #C55A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A28; }
p { color: rgb(197,90,40); }
H1.HeaderClassName
{
color: #C55A28;
}
.AnyTagClassName
{
color: #C55A28;
}
</style>
background-color css
<style>
a { background-color: #C55A28; }
a { background-color: rgb(197,90,40); }
div.DivClassName
{
background-color: #C55A28;
}
.BgClassName
{
background-color: #C55A28;
}
</style>
border-color css
<style>
span { border-color: #C55A28; }
span { border-color: rgb(197,90,40); }
td.TdClassName
{
border-color: #C55A28;
}
.TagClassName
{
border-color: #C55A28;
}
</style>