Shades of Christine #C56927
Tints of Christine #C56927
RGB
CMYK
RGB Variations
Color information
#C56927 (or 0xC56927) is known color: Christine. HEX triplet: C5, 69 and 27. RGB value is (197,105,39). Sum of RGB (Red+Green+Blue) = 197+105+39=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C56927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56927 is #3A96D8. Grayscale: #7D7D7D. Windows color (decimal): -3839705 or 2582981. OLE color: 2582981.
HSL color Cylindrical-coordinate representation of color #C56927: hue angle of 25.06º degrees, saturation: 0.67, 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 #C56927 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 39 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.23 |
| HSL | 25.06º | 0.67% | 0.46% | - |
| HSV(B) | 25.06º | 0.8% | 0.77% | - |
| XYZ | 28.44 | 22.12 | 4.69 | - |
| YUV | 124.98 | 79.48 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 39 | 0 | 0.47 | 0.80 | 0.23 | 25.06 | 0.67 | 0.46 |
| Hex | C5 | 69 | 27 | 0 | 2F | 50 | 17 | 19 | 43 | 2E |
| Octal | 305 | 151 | 47 | 0 | 57 | 120 | 27 | 31 | 103 | 56 |
| Binary | 11000101 | 1101001 | 100111 | 0 | 101111 | 1010000 | 10111 | 11001 | 1000011 | 101110 |
Color Harmonies of #C56927
Complementary color
Monochromatic Colors of #C56927
Black with #C56927
Text Example
Text Example
White with #C56927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56927; }
p { color: rgb(197,105,39); }
H1.HeaderClassName
{
color: #C56927;
}
.AnyTagClassName
{
color: #C56927;
}
</style>
background-color css
<style>
a { background-color: #C56927; }
a { background-color: rgb(197,105,39); }
div.DivClassName
{
background-color: #C56927;
}
.BgClassName
{
background-color: #C56927;
}
</style>
border-color css
<style>
span { border-color: #C56927; }
span { border-color: rgb(197,105,39); }
td.TdClassName
{
border-color: #C56927;
}
.TagClassName
{
border-color: #C56927;
}
</style>