Shades of Christine #C16735
Tints of Christine #C16735
RGB
CMYK
RGB Variations
Color information
#C16735 (or 0xC16735) is known color: Christine. HEX triplet: C1, 67 and 35. RGB value is (193,103,53). Sum of RGB (Red+Green+Blue) = 193+103+53=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C16735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16735 is #3E98CA. Grayscale: #7C7C7C. Windows color (decimal): -4102347 or 3499969. OLE color: 3499969.
HSL color Cylindrical-coordinate representation of color #C16735: hue angle of 21.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C16735 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 53 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.24 |
| HSL | 21.43º | 0.57% | 0.48% | - |
| HSV(B) | 21.43º | 0.73% | 0.76% | - |
| XYZ | 27.49 | 21.3 | 6.03 | - |
| YUV | 124.21 | 87.82 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 53 | 0 | 0.47 | 0.73 | 0.24 | 21.43 | 0.57 | 0.48 |
| Hex | C1 | 67 | 35 | 0 | 2F | 49 | 18 | 15 | 39 | 30 |
| Octal | 301 | 147 | 65 | 0 | 57 | 111 | 30 | 25 | 71 | 60 |
| Binary | 11000001 | 1100111 | 110101 | 0 | 101111 | 1001001 | 11000 | 10101 | 111001 | 110000 |
Color Harmonies of #C16735
Complementary color
Monochromatic Colors of #C16735
Black with #C16735
Text Example
Text Example
White with #C16735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16735; }
p { color: rgb(193,103,53); }
H1.HeaderClassName
{
color: #C16735;
}
.AnyTagClassName
{
color: #C16735;
}
</style>
background-color css
<style>
a { background-color: #C16735; }
a { background-color: rgb(193,103,53); }
div.DivClassName
{
background-color: #C16735;
}
.BgClassName
{
background-color: #C16735;
}
</style>
border-color css
<style>
span { border-color: #C16735; }
span { border-color: rgb(193,103,53); }
td.TdClassName
{
border-color: #C16735;
}
.TagClassName
{
border-color: #C16735;
}
</style>