Shades of Christine #C55D28
Tints of Christine #C55D28
RGB
CMYK
RGB Variations
Color information
#C55D28 (or 0xC55D28) is known color: Christine. HEX triplet: C5, 5D and 28. RGB value is (197,93,40). Sum of RGB (Red+Green+Blue) = 197+93+40=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D28 is #3AA2D7. Grayscale: #767676. Windows color (decimal): -3842776 or 2645445. OLE color: 2645445.
HSL color Cylindrical-coordinate representation of color #C55D28: hue angle of 20.25º 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 #C55D28 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 40 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.23 |
| HSL | 20.25º | 0.66% | 0.46% | - |
| HSV(B) | 20.25º | 0.8% | 0.77% | - |
| XYZ | 27.32 | 19.85 | 4.4 | - |
| YUV | 118.05 | 83.96 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 40 | 0 | 0.53 | 0.80 | 0.23 | 20.25 | 0.66 | 0.46 |
| Hex | C5 | 5D | 28 | 0 | 35 | 50 | 17 | 14 | 42 | 2E |
| Octal | 305 | 135 | 50 | 0 | 65 | 120 | 27 | 24 | 102 | 56 |
| Binary | 11000101 | 1011101 | 101000 | 0 | 110101 | 1010000 | 10111 | 10100 | 1000010 | 101110 |
Color Harmonies of #C55D28
Complementary color
Monochromatic Colors of #C55D28
Black with #C55D28
Text Example
Text Example
White with #C55D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D28; }
p { color: rgb(197,93,40); }
H1.HeaderClassName
{
color: #C55D28;
}
.AnyTagClassName
{
color: #C55D28;
}
</style>
background-color css
<style>
a { background-color: #C55D28; }
a { background-color: rgb(197,93,40); }
div.DivClassName
{
background-color: #C55D28;
}
.BgClassName
{
background-color: #C55D28;
}
</style>
border-color css
<style>
span { border-color: #C55D28; }
span { border-color: rgb(197,93,40); }
td.TdClassName
{
border-color: #C55D28;
}
.TagClassName
{
border-color: #C55D28;
}
</style>