Shades of Christine #C06B20
Tints of Christine #C06B20
RGB
CMYK
RGB Variations
Color information
#C06B20 (or 0xC06B20) is known color: Christine. HEX triplet: C0, 6B and 20. RGB value is (192,107,32). Sum of RGB (Red+Green+Blue) = 192+107+32=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06B20 is #3F94DF. Grayscale: #7C7C7C. Windows color (decimal): -4166880 or 2124736. OLE color: 2124736.
HSL color Cylindrical-coordinate representation of color #C06B20: hue angle of 28.12º 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 #C06B20 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 32 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.25 |
| HSL | 28.13º | 0.71% | 0.44% | - |
| HSV(B) | 28.13º | 0.83% | 0.75% | - |
| XYZ | 27.26 | 21.83 | 4.14 | - |
| YUV | 123.87 | 76.16 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 32 | 0 | 0.44 | 0.83 | 0.25 | 28.13 | 0.71 | 0.44 |
| Hex | C0 | 6B | 20 | 0 | 2C | 53 | 19 | 1C | 47 | 2C |
| Octal | 300 | 153 | 40 | 0 | 54 | 123 | 31 | 34 | 107 | 54 |
| Binary | 11000000 | 1101011 | 100000 | 0 | 101100 | 1010011 | 11001 | 11100 | 1000111 | 101100 |
Color Harmonies of #C06B20
Complementary color
Monochromatic Colors of #C06B20
Black with #C06B20
Text Example
Text Example
White with #C06B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B20; }
p { color: rgb(192,107,32); }
H1.HeaderClassName
{
color: #C06B20;
}
.AnyTagClassName
{
color: #C06B20;
}
</style>
background-color css
<style>
a { background-color: #C06B20; }
a { background-color: rgb(192,107,32); }
div.DivClassName
{
background-color: #C06B20;
}
.BgClassName
{
background-color: #C06B20;
}
</style>
border-color css
<style>
span { border-color: #C06B20; }
span { border-color: rgb(192,107,32); }
td.TdClassName
{
border-color: #C06B20;
}
.TagClassName
{
border-color: #C06B20;
}
</style>