Shades of Christine #C06D32
Tints of Christine #C06D32
RGB
CMYK
RGB Variations
Color information
#C06D32 (or 0xC06D32) is known color: Christine. HEX triplet: C0, 6D and 32. RGB value is (192,109,50). Sum of RGB (Red+Green+Blue) = 192+109+50=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D32 is #3F92CD. Grayscale: #7F7F7F. Windows color (decimal): -4166350 or 3304896. OLE color: 3304896.
HSL color Cylindrical-coordinate representation of color #C06D32: hue angle of 24.93º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C06D32 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 50 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.25 |
| HSL | 24.93º | 0.59% | 0.47% | - |
| HSV(B) | 24.93º | 0.74% | 0.75% | - |
| XYZ | 27.78 | 22.37 | 5.87 | - |
| YUV | 127.09 | 84.5 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 50 | 0 | 0.43 | 0.74 | 0.25 | 24.93 | 0.59 | 0.47 |
| Hex | C0 | 6D | 32 | 0 | 2B | 4A | 19 | 19 | 3B | 2F |
| Octal | 300 | 155 | 62 | 0 | 53 | 112 | 31 | 31 | 73 | 57 |
| Binary | 11000000 | 1101101 | 110010 | 0 | 101011 | 1001010 | 11001 | 11001 | 111011 | 101111 |
Color Harmonies of #C06D32
Complementary color
Monochromatic Colors of #C06D32
Black with #C06D32
Text Example
Text Example
White with #C06D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D32; }
p { color: rgb(192,109,50); }
H1.HeaderClassName
{
color: #C06D32;
}
.AnyTagClassName
{
color: #C06D32;
}
</style>
background-color css
<style>
a { background-color: #C06D32; }
a { background-color: rgb(192,109,50); }
div.DivClassName
{
background-color: #C06D32;
}
.BgClassName
{
background-color: #C06D32;
}
</style>
border-color css
<style>
span { border-color: #C06D32; }
span { border-color: rgb(192,109,50); }
td.TdClassName
{
border-color: #C06D32;
}
.TagClassName
{
border-color: #C06D32;
}
</style>