Shades of Christine #C06A36
Tints of Christine #C06A36
RGB
CMYK
RGB Variations
Color information
#C06A36 (or 0xC06A36) is known color: Christine. HEX triplet: C0, 6A and 36. RGB value is (192,106,54). Sum of RGB (Red+Green+Blue) = 192+106+54=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06A36 is #3F95C9. Grayscale: #7E7E7E. Windows color (decimal): -4167114 or 3566272. OLE color: 3566272.
HSL color Cylindrical-coordinate representation of color #C06A36: hue angle of 22.61º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C06A36 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 54 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.25 |
| HSL | 22.61º | 0.56% | 0.48% | - |
| HSV(B) | 22.61º | 0.72% | 0.75% | - |
| XYZ | 27.56 | 21.78 | 6.24 | - |
| YUV | 125.79 | 87.49 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 54 | 0 | 0.45 | 0.72 | 0.25 | 22.61 | 0.56 | 0.48 |
| Hex | C0 | 6A | 36 | 0 | 2D | 48 | 19 | 17 | 38 | 30 |
| Octal | 300 | 152 | 66 | 0 | 55 | 110 | 31 | 27 | 70 | 60 |
| Binary | 11000000 | 1101010 | 110110 | 0 | 101101 | 1001000 | 11001 | 10111 | 111000 | 110000 |
Color Harmonies of #C06A36
Complementary color
Monochromatic Colors of #C06A36
Black with #C06A36
Text Example
Text Example
White with #C06A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A36; }
p { color: rgb(192,106,54); }
H1.HeaderClassName
{
color: #C06A36;
}
.AnyTagClassName
{
color: #C06A36;
}
</style>
background-color css
<style>
a { background-color: #C06A36; }
a { background-color: rgb(192,106,54); }
div.DivClassName
{
background-color: #C06A36;
}
.BgClassName
{
background-color: #C06A36;
}
</style>
border-color css
<style>
span { border-color: #C06A36; }
span { border-color: rgb(192,106,54); }
td.TdClassName
{
border-color: #C06A36;
}
.TagClassName
{
border-color: #C06A36;
}
</style>