Shades of Christine #C06A31
Tints of Christine #C06A31
RGB
CMYK
RGB Variations
Color information
#C06A31 (or 0xC06A31) is known color: Christine. HEX triplet: C0, 6A and 31. RGB value is (192,106,49). Sum of RGB (Red+Green+Blue) = 192+106+49=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06A31 is #3F95CE. Grayscale: #7D7D7D. Windows color (decimal): -4167119 or 3238592. OLE color: 3238592.
HSL color Cylindrical-coordinate representation of color #C06A31: hue angle of 23.92º 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 #C06A31 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 49 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.25 |
| HSL | 23.92º | 0.59% | 0.47% | - |
| HSV(B) | 23.92º | 0.74% | 0.75% | - |
| XYZ | 27.45 | 21.74 | 5.65 | - |
| YUV | 125.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 49 | 0 | 0.45 | 0.74 | 0.25 | 23.92 | 0.59 | 0.47 |
| Hex | C0 | 6A | 31 | 0 | 2D | 4A | 19 | 18 | 3B | 2F |
| Octal | 300 | 152 | 61 | 0 | 55 | 112 | 31 | 30 | 73 | 57 |
| Binary | 11000000 | 1101010 | 110001 | 0 | 101101 | 1001010 | 11001 | 11000 | 111011 | 101111 |
Color Harmonies of #C06A31
Complementary color
Monochromatic Colors of #C06A31
Black with #C06A31
Text Example
Text Example
White with #C06A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A31; }
p { color: rgb(192,106,49); }
H1.HeaderClassName
{
color: #C06A31;
}
.AnyTagClassName
{
color: #C06A31;
}
</style>
background-color css
<style>
a { background-color: #C06A31; }
a { background-color: rgb(192,106,49); }
div.DivClassName
{
background-color: #C06A31;
}
.BgClassName
{
background-color: #C06A31;
}
</style>
border-color css
<style>
span { border-color: #C06A31; }
span { border-color: rgb(192,106,49); }
td.TdClassName
{
border-color: #C06A31;
}
.TagClassName
{
border-color: #C06A31;
}
</style>