Shades of Christine #C56629
Tints of Christine #C56629
RGB
CMYK
RGB Variations
Color information
#C56629 (or 0xC56629) is known color: Christine. HEX triplet: C5, 66 and 29. RGB value is (197,102,41). Sum of RGB (Red+Green+Blue) = 197+102+41=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C56629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56629 is #3A99D6. Grayscale: #7B7B7B. Windows color (decimal): -3840471 or 2713285. OLE color: 2713285.
HSL color Cylindrical-coordinate representation of color #C56629: hue angle of 23.46º 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 #C56629 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 41 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.23 |
| HSL | 23.46º | 0.66% | 0.47% | - |
| HSV(B) | 23.46º | 0.79% | 0.77% | - |
| XYZ | 28.18 | 21.53 | 4.77 | - |
| YUV | 123.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 41 | 0 | 0.48 | 0.79 | 0.23 | 23.46 | 0.66 | 0.47 |
| Hex | C5 | 66 | 29 | 0 | 30 | 4F | 17 | 17 | 42 | 2F |
| Octal | 305 | 146 | 51 | 0 | 60 | 117 | 27 | 27 | 102 | 57 |
| Binary | 11000101 | 1100110 | 101001 | 0 | 110000 | 1001111 | 10111 | 10111 | 1000010 | 101111 |
Color Harmonies of #C56629
Complementary color
Monochromatic Colors of #C56629
Black with #C56629
Text Example
Text Example
White with #C56629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56629; }
p { color: rgb(197,102,41); }
H1.HeaderClassName
{
color: #C56629;
}
.AnyTagClassName
{
color: #C56629;
}
</style>
background-color css
<style>
a { background-color: #C56629; }
a { background-color: rgb(197,102,41); }
div.DivClassName
{
background-color: #C56629;
}
.BgClassName
{
background-color: #C56629;
}
</style>
border-color css
<style>
span { border-color: #C56629; }
span { border-color: rgb(197,102,41); }
td.TdClassName
{
border-color: #C56629;
}
.TagClassName
{
border-color: #C56629;
}
</style>