Shades of Christine #C5652F
Tints of Christine #C5652F
RGB
CMYK
RGB Variations
Color information
#C5652F (or 0xC5652F) is known color: Christine. HEX triplet: C5, 65 and 2F. RGB value is (197,101,47). Sum of RGB (Red+Green+Blue) = 197+101+47=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5652F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5652F is #3A9AD0. Grayscale: #7B7B7B. Windows color (decimal): -3840721 or 3106245. OLE color: 3106245.
HSL color Cylindrical-coordinate representation of color #C5652F: hue angle of 21.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5652F is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 47 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.23 |
| HSL | 21.6º | 0.61% | 0.48% | - |
| HSV(B) | 21.6º | 0.76% | 0.77% | - |
| XYZ | 28.19 | 21.38 | 5.33 | - |
| YUV | 123.55 | 84.8 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 47 | 0 | 0.49 | 0.76 | 0.23 | 21.6 | 0.61 | 0.48 |
| Hex | C5 | 65 | 2F | 0 | 31 | 4C | 17 | 16 | 3D | 30 |
| Octal | 305 | 145 | 57 | 0 | 61 | 114 | 27 | 26 | 75 | 60 |
| Binary | 11000101 | 1100101 | 101111 | 0 | 110001 | 1001100 | 10111 | 10110 | 111101 | 110000 |
Color Harmonies of #C5652F
Complementary color
Monochromatic Colors of #C5652F
Black with #C5652F
Text Example
Text Example
White with #C5652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5652F; }
p { color: rgb(197,101,47); }
H1.HeaderClassName
{
color: #C5652F;
}
.AnyTagClassName
{
color: #C5652F;
}
</style>
background-color css
<style>
a { background-color: #C5652F; }
a { background-color: rgb(197,101,47); }
div.DivClassName
{
background-color: #C5652F;
}
.BgClassName
{
background-color: #C5652F;
}
</style>
border-color css
<style>
span { border-color: #C5652F; }
span { border-color: rgb(197,101,47); }
td.TdClassName
{
border-color: #C5652F;
}
.TagClassName
{
border-color: #C5652F;
}
</style>