Shades of Christine #C06029
Tints of Christine #C06029
RGB
CMYK
RGB Variations
Color information
#C06029 (or 0xC06029) is known color: Christine. HEX triplet: C0, 60 and 29. RGB value is (192,96,41). Sum of RGB (Red+Green+Blue) = 192+96+41=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C06029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06029 is #3F9FD6. Grayscale: #767676. Windows color (decimal): -4169687 or 2711744. OLE color: 2711744.
HSL color Cylindrical-coordinate representation of color #C06029: hue angle of 21.85º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C06029 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 41 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.25 |
| HSL | 21.85º | 0.65% | 0.46% | - |
| HSV(B) | 21.85º | 0.79% | 0.75% | - |
| XYZ | 26.32 | 19.73 | 4.52 | - |
| YUV | 118.43 | 84.3 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 41 | 0 | 0.50 | 0.79 | 0.25 | 21.85 | 0.65 | 0.46 |
| Hex | C0 | 60 | 29 | 0 | 32 | 4F | 19 | 16 | 41 | 2E |
| Octal | 300 | 140 | 51 | 0 | 62 | 117 | 31 | 26 | 101 | 56 |
| Binary | 11000000 | 1100000 | 101001 | 0 | 110010 | 1001111 | 11001 | 10110 | 1000001 | 101110 |
Color Harmonies of #C06029
Complementary color
Monochromatic Colors of #C06029
Black with #C06029
Text Example
Text Example
White with #C06029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06029; }
p { color: rgb(192,96,41); }
H1.HeaderClassName
{
color: #C06029;
}
.AnyTagClassName
{
color: #C06029;
}
</style>
background-color css
<style>
a { background-color: #C06029; }
a { background-color: rgb(192,96,41); }
div.DivClassName
{
background-color: #C06029;
}
.BgClassName
{
background-color: #C06029;
}
</style>
border-color css
<style>
span { border-color: #C06029; }
span { border-color: rgb(192,96,41); }
td.TdClassName
{
border-color: #C06029;
}
.TagClassName
{
border-color: #C06029;
}
</style>