Shades of Christine #C55B2B
Tints of Christine #C55B2B
RGB
CMYK
RGB Variations
Color information
#C55B2B (or 0xC55B2B) is known color: Christine. HEX triplet: C5, 5B and 2B. RGB value is (197,91,43). Sum of RGB (Red+Green+Blue) = 197+91+43=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B2B is #3AA4D4. Grayscale: #757575. Windows color (decimal): -3843285 or 2841541. OLE color: 2841541.
HSL color Cylindrical-coordinate representation of color #C55B2B: hue angle of 18.7º degrees, saturation: 0.64, 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 #C55B2B is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 43 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.23 |
| HSL | 18.7º | 0.64% | 0.47% | - |
| HSV(B) | 18.7º | 0.78% | 0.77% | - |
| XYZ | 27.2 | 19.53 | 4.62 | - |
| YUV | 117.22 | 86.12 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 43 | 0 | 0.54 | 0.78 | 0.23 | 18.7 | 0.64 | 0.47 |
| Hex | C5 | 5B | 2B | 0 | 36 | 4E | 17 | 13 | 40 | 2F |
| Octal | 305 | 133 | 53 | 0 | 66 | 116 | 27 | 23 | 100 | 57 |
| Binary | 11000101 | 1011011 | 101011 | 0 | 110110 | 1001110 | 10111 | 10011 | 1000000 | 101111 |
Color Harmonies of #C55B2B
Complementary color
Monochromatic Colors of #C55B2B
Black with #C55B2B
Text Example
Text Example
White with #C55B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B2B; }
p { color: rgb(197,91,43); }
H1.HeaderClassName
{
color: #C55B2B;
}
.AnyTagClassName
{
color: #C55B2B;
}
</style>
background-color css
<style>
a { background-color: #C55B2B; }
a { background-color: rgb(197,91,43); }
div.DivClassName
{
background-color: #C55B2B;
}
.BgClassName
{
background-color: #C55B2B;
}
</style>
border-color css
<style>
span { border-color: #C55B2B; }
span { border-color: rgb(197,91,43); }
td.TdClassName
{
border-color: #C55B2B;
}
.TagClassName
{
border-color: #C55B2B;
}
</style>