Shades of Christine #C56729
Tints of Christine #C56729
RGB
CMYK
RGB Variations
Color information
#C56729 (or 0xC56729) is known color: Christine. HEX triplet: C5, 67 and 29. RGB value is (197,103,41). Sum of RGB (Red+Green+Blue) = 197+103+41=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C56729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56729 is #3A98D6. Grayscale: #7C7C7C. Windows color (decimal): -3840215 or 2713541. OLE color: 2713541.
HSL color Cylindrical-coordinate representation of color #C56729: hue angle of 23.85º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C56729 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 41 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.23 |
| HSL | 23.85º | 0.66% | 0.47% | - |
| HSV(B) | 23.85º | 0.79% | 0.77% | - |
| XYZ | 28.28 | 21.73 | 4.8 | - |
| YUV | 124.04 | 81.14 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 41 | 0 | 0.48 | 0.79 | 0.23 | 23.85 | 0.66 | 0.47 |
| Hex | C5 | 67 | 29 | 0 | 30 | 4F | 17 | 18 | 42 | 2F |
| Octal | 305 | 147 | 51 | 0 | 60 | 117 | 27 | 30 | 102 | 57 |
| Binary | 11000101 | 1100111 | 101001 | 0 | 110000 | 1001111 | 10111 | 11000 | 1000010 | 101111 |
Color Harmonies of #C56729
Complementary color
Monochromatic Colors of #C56729
Black with #C56729
Text Example
Text Example
White with #C56729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56729; }
p { color: rgb(197,103,41); }
H1.HeaderClassName
{
color: #C56729;
}
.AnyTagClassName
{
color: #C56729;
}
</style>
background-color css
<style>
a { background-color: #C56729; }
a { background-color: rgb(197,103,41); }
div.DivClassName
{
background-color: #C56729;
}
.BgClassName
{
background-color: #C56729;
}
</style>
border-color css
<style>
span { border-color: #C56729; }
span { border-color: rgb(197,103,41); }
td.TdClassName
{
border-color: #C56729;
}
.TagClassName
{
border-color: #C56729;
}
</style>