Shades of Christine #C5662F
Tints of Christine #C5662F
RGB
CMYK
RGB Variations
Color information
#C5662F (or 0xC5662F) is known color: Christine. HEX triplet: C5, 66 and 2F. RGB value is (197,102,47). Sum of RGB (Red+Green+Blue) = 197+102+47=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5662F is #3A99D0. Grayscale: #7C7C7C. Windows color (decimal): -3840465 or 3106501. OLE color: 3106501.
HSL color Cylindrical-coordinate representation of color #C5662F: hue angle of 22º 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 #C5662F is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 47 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.23 |
| HSL | 22º | 0.61% | 0.48% | - |
| HSV(B) | 22º | 0.76% | 0.77% | - |
| XYZ | 28.29 | 21.58 | 5.36 | - |
| YUV | 124.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 47 | 0 | 0.48 | 0.76 | 0.23 | 22 | 0.61 | 0.48 |
| Hex | C5 | 66 | 2F | 0 | 30 | 4C | 17 | 16 | 3D | 30 |
| Octal | 305 | 146 | 57 | 0 | 60 | 114 | 27 | 26 | 75 | 60 |
| Binary | 11000101 | 1100110 | 101111 | 0 | 110000 | 1001100 | 10111 | 10110 | 111101 | 110000 |
Color Harmonies of #C5662F
Complementary color
Monochromatic Colors of #C5662F
Black with #C5662F
Text Example
Text Example
White with #C5662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5662F; }
p { color: rgb(197,102,47); }
H1.HeaderClassName
{
color: #C5662F;
}
.AnyTagClassName
{
color: #C5662F;
}
</style>
background-color css
<style>
a { background-color: #C5662F; }
a { background-color: rgb(197,102,47); }
div.DivClassName
{
background-color: #C5662F;
}
.BgClassName
{
background-color: #C5662F;
}
</style>
border-color css
<style>
span { border-color: #C5662F; }
span { border-color: rgb(197,102,47); }
td.TdClassName
{
border-color: #C5662F;
}
.TagClassName
{
border-color: #C5662F;
}
</style>