Shades of Christine #C06734
Tints of Christine #C06734
RGB
CMYK
RGB Variations
Color information
#C06734 (or 0xC06734) is known color: Christine. HEX triplet: C0, 67 and 34. RGB value is (192,103,52). Sum of RGB (Red+Green+Blue) = 192+103+52=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C06734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06734 is #3F98CB. Grayscale: #7C7C7C. Windows color (decimal): -4167884 or 3434432. OLE color: 3434432.
HSL color Cylindrical-coordinate representation of color #C06734: hue angle of 21.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C06734 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 52 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.25 |
| HSL | 21.86º | 0.57% | 0.48% | - |
| HSV(B) | 21.86º | 0.73% | 0.75% | - |
| XYZ | 27.21 | 21.15 | 5.9 | - |
| YUV | 123.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 52 | 0 | 0.46 | 0.73 | 0.25 | 21.86 | 0.57 | 0.48 |
| Hex | C0 | 67 | 34 | 0 | 2E | 49 | 19 | 16 | 39 | 30 |
| Octal | 300 | 147 | 64 | 0 | 56 | 111 | 31 | 26 | 71 | 60 |
| Binary | 11000000 | 1100111 | 110100 | 0 | 101110 | 1001001 | 11001 | 10110 | 111001 | 110000 |
Color Harmonies of #C06734
Complementary color
Monochromatic Colors of #C06734
Black with #C06734
Text Example
Text Example
White with #C06734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06734; }
p { color: rgb(192,103,52); }
H1.HeaderClassName
{
color: #C06734;
}
.AnyTagClassName
{
color: #C06734;
}
</style>
background-color css
<style>
a { background-color: #C06734; }
a { background-color: rgb(192,103,52); }
div.DivClassName
{
background-color: #C06734;
}
.BgClassName
{
background-color: #C06734;
}
</style>
border-color css
<style>
span { border-color: #C06734; }
span { border-color: rgb(192,103,52); }
td.TdClassName
{
border-color: #C06734;
}
.TagClassName
{
border-color: #C06734;
}
</style>