Shades of Christine #C06A24
Tints of Christine #C06A24
RGB
CMYK
RGB Variations
Color information
#C06A24 (or 0xC06A24) is known color: Christine. HEX triplet: C0, 6A and 24. RGB value is (192,106,36). Sum of RGB (Red+Green+Blue) = 192+106+36=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06A24 is #3F95DB. Grayscale: #7C7C7C. Windows color (decimal): -4167132 or 2386624. OLE color: 2386624.
HSL color Cylindrical-coordinate representation of color #C06A24: hue angle of 26.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C06A24 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 36 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.25 |
| HSL | 26.92º | 0.68% | 0.45% | - |
| HSV(B) | 26.92º | 0.81% | 0.75% | - |
| XYZ | 27.21 | 21.64 | 4.41 | - |
| YUV | 123.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 36 | 0 | 0.45 | 0.81 | 0.25 | 26.92 | 0.68 | 0.45 |
| Hex | C0 | 6A | 24 | 0 | 2D | 51 | 19 | 1B | 44 | 2D |
| Octal | 300 | 152 | 44 | 0 | 55 | 121 | 31 | 33 | 104 | 55 |
| Binary | 11000000 | 1101010 | 100100 | 0 | 101101 | 1010001 | 11001 | 11011 | 1000100 | 101101 |
Color Harmonies of #C06A24
Complementary color
Monochromatic Colors of #C06A24
Black with #C06A24
Text Example
Text Example
White with #C06A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A24; }
p { color: rgb(192,106,36); }
H1.HeaderClassName
{
color: #C06A24;
}
.AnyTagClassName
{
color: #C06A24;
}
</style>
background-color css
<style>
a { background-color: #C06A24; }
a { background-color: rgb(192,106,36); }
div.DivClassName
{
background-color: #C06A24;
}
.BgClassName
{
background-color: #C06A24;
}
</style>
border-color css
<style>
span { border-color: #C06A24; }
span { border-color: rgb(192,106,36); }
td.TdClassName
{
border-color: #C06A24;
}
.TagClassName
{
border-color: #C06A24;
}
</style>