Shades of Christine #C56727
Tints of Christine #C56727
RGB
CMYK
RGB Variations
Color information
#C56727 (or 0xC56727) is known color: Christine. HEX triplet: C5, 67 and 27. RGB value is (197,103,39). Sum of RGB (Red+Green+Blue) = 197+103+39=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C56727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56727 is #3A98D8. Grayscale: #7C7C7C. Windows color (decimal): -3840217 or 2582469. OLE color: 2582469.
HSL color Cylindrical-coordinate representation of color #C56727: hue angle of 24.3º 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 #C56727 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 39 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.23 |
| HSL | 24.3º | 0.67% | 0.46% | - |
| HSV(B) | 24.3º | 0.8% | 0.77% | - |
| XYZ | 28.24 | 21.72 | 4.62 | - |
| YUV | 123.81 | 80.14 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 39 | 0 | 0.48 | 0.80 | 0.23 | 24.3 | 0.67 | 0.46 |
| Hex | C5 | 67 | 27 | 0 | 30 | 50 | 17 | 18 | 43 | 2E |
| Octal | 305 | 147 | 47 | 0 | 60 | 120 | 27 | 30 | 103 | 56 |
| Binary | 11000101 | 1100111 | 100111 | 0 | 110000 | 1010000 | 10111 | 11000 | 1000011 | 101110 |
Color Harmonies of #C56727
Complementary color
Monochromatic Colors of #C56727
Black with #C56727
Text Example
Text Example
White with #C56727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56727; }
p { color: rgb(197,103,39); }
H1.HeaderClassName
{
color: #C56727;
}
.AnyTagClassName
{
color: #C56727;
}
</style>
background-color css
<style>
a { background-color: #C56727; }
a { background-color: rgb(197,103,39); }
div.DivClassName
{
background-color: #C56727;
}
.BgClassName
{
background-color: #C56727;
}
</style>
border-color css
<style>
span { border-color: #C56727; }
span { border-color: rgb(197,103,39); }
td.TdClassName
{
border-color: #C56727;
}
.TagClassName
{
border-color: #C56727;
}
</style>