Shades of Christine #C16B33
Tints of Christine #C16B33
RGB
CMYK
RGB Variations
Color information
#C16B33 (or 0xC16B33) is known color: Christine. HEX triplet: C1, 6B and 33. RGB value is (193,107,51). Sum of RGB (Red+Green+Blue) = 193+107+51=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16B33 is #3E94CC. Grayscale: #7E7E7E. Windows color (decimal): -4101325 or 3369921. OLE color: 3369921.
HSL color Cylindrical-coordinate representation of color #C16B33: hue angle of 23.66º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C16B33 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 51 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.24 |
| HSL | 23.66º | 0.58% | 0.48% | - |
| HSV(B) | 23.66º | 0.74% | 0.76% | - |
| XYZ | 27.85 | 22.09 | 5.93 | - |
| YUV | 126.33 | 85.49 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 51 | 0 | 0.45 | 0.74 | 0.24 | 23.66 | 0.58 | 0.48 |
| Hex | C1 | 6B | 33 | 0 | 2D | 4A | 18 | 18 | 3A | 30 |
| Octal | 301 | 153 | 63 | 0 | 55 | 112 | 30 | 30 | 72 | 60 |
| Binary | 11000001 | 1101011 | 110011 | 0 | 101101 | 1001010 | 11000 | 11000 | 111010 | 110000 |
Color Harmonies of #C16B33
Complementary color
Monochromatic Colors of #C16B33
Black with #C16B33
Text Example
Text Example
White with #C16B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16B33; }
p { color: rgb(193,107,51); }
H1.HeaderClassName
{
color: #C16B33;
}
.AnyTagClassName
{
color: #C16B33;
}
</style>
background-color css
<style>
a { background-color: #C16B33; }
a { background-color: rgb(193,107,51); }
div.DivClassName
{
background-color: #C16B33;
}
.BgClassName
{
background-color: #C16B33;
}
</style>
border-color css
<style>
span { border-color: #C16B33; }
span { border-color: rgb(193,107,51); }
td.TdClassName
{
border-color: #C16B33;
}
.TagClassName
{
border-color: #C16B33;
}
</style>