Shades of Christine #C06935
Tints of Christine #C06935
RGB
CMYK
RGB Variations
Color information
#C06935 (or 0xC06935) is known color: Christine. HEX triplet: C0, 69 and 35. RGB value is (192,105,53). Sum of RGB (Red+Green+Blue) = 192+105+53=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C06935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06935 is #3F96CA. Grayscale: #7D7D7D. Windows color (decimal): -4167371 or 3500480. OLE color: 3500480.
HSL color Cylindrical-coordinate representation of color #C06935: hue angle of 22.45º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C06935 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 53 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.25 |
| HSL | 22.45º | 0.57% | 0.48% | - |
| HSV(B) | 22.45º | 0.72% | 0.75% | - |
| XYZ | 27.43 | 21.57 | 6.09 | - |
| YUV | 125.09 | 87.32 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 53 | 0 | 0.45 | 0.72 | 0.25 | 22.45 | 0.57 | 0.48 |
| Hex | C0 | 69 | 35 | 0 | 2D | 48 | 19 | 16 | 39 | 30 |
| Octal | 300 | 151 | 65 | 0 | 55 | 110 | 31 | 26 | 71 | 60 |
| Binary | 11000000 | 1101001 | 110101 | 0 | 101101 | 1001000 | 11001 | 10110 | 111001 | 110000 |
Color Harmonies of #C06935
Complementary color
Monochromatic Colors of #C06935
Black with #C06935
Text Example
Text Example
White with #C06935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06935; }
p { color: rgb(192,105,53); }
H1.HeaderClassName
{
color: #C06935;
}
.AnyTagClassName
{
color: #C06935;
}
</style>
background-color css
<style>
a { background-color: #C06935; }
a { background-color: rgb(192,105,53); }
div.DivClassName
{
background-color: #C06935;
}
.BgClassName
{
background-color: #C06935;
}
</style>
border-color css
<style>
span { border-color: #C06935; }
span { border-color: rgb(192,105,53); }
td.TdClassName
{
border-color: #C06935;
}
.TagClassName
{
border-color: #C06935;
}
</style>