Shades of Christine #C06B35
Tints of Christine #C06B35
RGB
CMYK
RGB Variations
Color information
#C06B35 (or 0xC06B35) is known color: Christine. HEX triplet: C0, 6B and 35. RGB value is (192,107,53). Sum of RGB (Red+Green+Blue) = 192+107+53=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06B35 is #3F94CA. Grayscale: #7E7E7E. Windows color (decimal): -4166859 or 3500992. OLE color: 3500992.
HSL color Cylindrical-coordinate representation of color #C06B35: hue angle of 23.31º 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 #C06B35 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 53 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.25 |
| HSL | 23.31º | 0.57% | 0.48% | - |
| HSV(B) | 23.31º | 0.72% | 0.75% | - |
| XYZ | 27.64 | 21.98 | 6.15 | - |
| YUV | 126.26 | 86.66 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 53 | 0 | 0.44 | 0.72 | 0.25 | 23.31 | 0.57 | 0.48 |
| Hex | C0 | 6B | 35 | 0 | 2C | 48 | 19 | 17 | 39 | 30 |
| Octal | 300 | 153 | 65 | 0 | 54 | 110 | 31 | 27 | 71 | 60 |
| Binary | 11000000 | 1101011 | 110101 | 0 | 101100 | 1001000 | 11001 | 10111 | 111001 | 110000 |
Color Harmonies of #C06B35
Complementary color
Monochromatic Colors of #C06B35
Black with #C06B35
Text Example
Text Example
White with #C06B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B35; }
p { color: rgb(192,107,53); }
H1.HeaderClassName
{
color: #C06B35;
}
.AnyTagClassName
{
color: #C06B35;
}
</style>
background-color css
<style>
a { background-color: #C06B35; }
a { background-color: rgb(192,107,53); }
div.DivClassName
{
background-color: #C06B35;
}
.BgClassName
{
background-color: #C06B35;
}
</style>
border-color css
<style>
span { border-color: #C06B35; }
span { border-color: rgb(192,107,53); }
td.TdClassName
{
border-color: #C06B35;
}
.TagClassName
{
border-color: #C06B35;
}
</style>