Shades of Christine #C06D31
Tints of Christine #C06D31
RGB
CMYK
RGB Variations
Color information
#C06D31 (or 0xC06D31) is known color: Christine. HEX triplet: C0, 6D and 31. RGB value is (192,109,49). Sum of RGB (Red+Green+Blue) = 192+109+49=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D31 is #3F92CE. Grayscale: #7F7F7F. Windows color (decimal): -4166351 or 3239360. OLE color: 3239360.
HSL color Cylindrical-coordinate representation of color #C06D31: hue angle of 25.17º 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 #C06D31 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 49 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.25 |
| HSL | 25.17º | 0.59% | 0.47% | - |
| HSV(B) | 25.17º | 0.74% | 0.75% | - |
| XYZ | 27.76 | 22.37 | 5.76 | - |
| YUV | 126.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 49 | 0 | 0.43 | 0.74 | 0.25 | 25.17 | 0.59 | 0.47 |
| Hex | C0 | 6D | 31 | 0 | 2B | 4A | 19 | 19 | 3B | 2F |
| Octal | 300 | 155 | 61 | 0 | 53 | 112 | 31 | 31 | 73 | 57 |
| Binary | 11000000 | 1101101 | 110001 | 0 | 101011 | 1001010 | 11001 | 11001 | 111011 | 101111 |
Color Harmonies of #C06D31
Complementary color
Monochromatic Colors of #C06D31
Black with #C06D31
Text Example
Text Example
White with #C06D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D31; }
p { color: rgb(192,109,49); }
H1.HeaderClassName
{
color: #C06D31;
}
.AnyTagClassName
{
color: #C06D31;
}
</style>
background-color css
<style>
a { background-color: #C06D31; }
a { background-color: rgb(192,109,49); }
div.DivClassName
{
background-color: #C06D31;
}
.BgClassName
{
background-color: #C06D31;
}
</style>
border-color css
<style>
span { border-color: #C06D31; }
span { border-color: rgb(192,109,49); }
td.TdClassName
{
border-color: #C06D31;
}
.TagClassName
{
border-color: #C06D31;
}
</style>