Shades of Christine #C06632
Tints of Christine #C06632
RGB
CMYK
RGB Variations
Color information
#C06632 (or 0xC06632) is known color: Christine. HEX triplet: C0, 66 and 32. RGB value is (192,102,50). Sum of RGB (Red+Green+Blue) = 192+102+50=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C06632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06632 is #3F99CD. Grayscale: #7B7B7B. Windows color (decimal): -4168142 or 3303104. OLE color: 3303104.
HSL color Cylindrical-coordinate representation of color #C06632: hue angle of 21.97º 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 #C06632 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 50 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.25 |
| HSL | 21.97º | 0.59% | 0.47% | - |
| HSV(B) | 21.97º | 0.74% | 0.75% | - |
| XYZ | 27.07 | 20.94 | 5.63 | - |
| YUV | 122.98 | 86.82 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 50 | 0 | 0.47 | 0.74 | 0.25 | 21.97 | 0.59 | 0.47 |
| Hex | C0 | 66 | 32 | 0 | 2F | 4A | 19 | 16 | 3B | 2F |
| Octal | 300 | 146 | 62 | 0 | 57 | 112 | 31 | 26 | 73 | 57 |
| Binary | 11000000 | 1100110 | 110010 | 0 | 101111 | 1001010 | 11001 | 10110 | 111011 | 101111 |
Color Harmonies of #C06632
Complementary color
Monochromatic Colors of #C06632
Black with #C06632
Text Example
Text Example
White with #C06632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06632; }
p { color: rgb(192,102,50); }
H1.HeaderClassName
{
color: #C06632;
}
.AnyTagClassName
{
color: #C06632;
}
</style>
background-color css
<style>
a { background-color: #C06632; }
a { background-color: rgb(192,102,50); }
div.DivClassName
{
background-color: #C06632;
}
.BgClassName
{
background-color: #C06632;
}
</style>
border-color css
<style>
span { border-color: #C06632; }
span { border-color: rgb(192,102,50); }
td.TdClassName
{
border-color: #C06632;
}
.TagClassName
{
border-color: #C06632;
}
</style>