Shades of Christine #C06A20
Tints of Christine #C06A20
RGB
CMYK
RGB Variations
Color information
#C06A20 (or 0xC06A20) is known color: Christine. HEX triplet: C0, 6A and 20. RGB value is (192,106,32). Sum of RGB (Red+Green+Blue) = 192+106+32=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06A20 is #3F95DF. Grayscale: #7B7B7B. Windows color (decimal): -4167136 or 2124480. OLE color: 2124480.
HSL color Cylindrical-coordinate representation of color #C06A20: hue angle of 27.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C06A20 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 32 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.25 |
| HSL | 27.75º | 0.71% | 0.44% | - |
| HSV(B) | 27.75º | 0.83% | 0.75% | - |
| XYZ | 27.15 | 21.62 | 4.11 | - |
| YUV | 123.28 | 76.49 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 32 | 0 | 0.45 | 0.83 | 0.25 | 27.75 | 0.71 | 0.44 |
| Hex | C0 | 6A | 20 | 0 | 2D | 53 | 19 | 1C | 47 | 2C |
| Octal | 300 | 152 | 40 | 0 | 55 | 123 | 31 | 34 | 107 | 54 |
| Binary | 11000000 | 1101010 | 100000 | 0 | 101101 | 1010011 | 11001 | 11100 | 1000111 | 101100 |
Color Harmonies of #C06A20
Complementary color
Monochromatic Colors of #C06A20
Black with #C06A20
Text Example
Text Example
White with #C06A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A20; }
p { color: rgb(192,106,32); }
H1.HeaderClassName
{
color: #C06A20;
}
.AnyTagClassName
{
color: #C06A20;
}
</style>
background-color css
<style>
a { background-color: #C06A20; }
a { background-color: rgb(192,106,32); }
div.DivClassName
{
background-color: #C06A20;
}
.BgClassName
{
background-color: #C06A20;
}
</style>
border-color css
<style>
span { border-color: #C06A20; }
span { border-color: rgb(192,106,32); }
td.TdClassName
{
border-color: #C06A20;
}
.TagClassName
{
border-color: #C06A20;
}
</style>