Shades of Christine #C5692D
Tints of Christine #C5692D
RGB
CMYK
RGB Variations
Color information
#C5692D (or 0xC5692D) is known color: Christine. HEX triplet: C5, 69 and 2D. RGB value is (197,105,45). Sum of RGB (Red+Green+Blue) = 197+105+45=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C5692D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5692D is #3A96D2. Grayscale: #7D7D7D. Windows color (decimal): -3839699 or 2976197. OLE color: 2976197.
HSL color Cylindrical-coordinate representation of color #C5692D: hue angle of 23.68º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5692D is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 45 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.23 |
| HSL | 23.68º | 0.63% | 0.47% | - |
| HSV(B) | 23.68º | 0.77% | 0.77% | - |
| XYZ | 28.55 | 22.16 | 5.26 | - |
| YUV | 125.67 | 82.48 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 45 | 0 | 0.47 | 0.77 | 0.23 | 23.68 | 0.63 | 0.47 |
| Hex | C5 | 69 | 2D | 0 | 2F | 4D | 17 | 18 | 3F | 2F |
| Octal | 305 | 151 | 55 | 0 | 57 | 115 | 27 | 30 | 77 | 57 |
| Binary | 11000101 | 1101001 | 101101 | 0 | 101111 | 1001101 | 10111 | 11000 | 111111 | 101111 |
Color Harmonies of #C5692D
Complementary color
Monochromatic Colors of #C5692D
Black with #C5692D
Text Example
Text Example
White with #C5692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5692D; }
p { color: rgb(197,105,45); }
H1.HeaderClassName
{
color: #C5692D;
}
.AnyTagClassName
{
color: #C5692D;
}
</style>
background-color css
<style>
a { background-color: #C5692D; }
a { background-color: rgb(197,105,45); }
div.DivClassName
{
background-color: #C5692D;
}
.BgClassName
{
background-color: #C5692D;
}
</style>
border-color css
<style>
span { border-color: #C5692D; }
span { border-color: rgb(197,105,45); }
td.TdClassName
{
border-color: #C5692D;
}
.TagClassName
{
border-color: #C5692D;
}
</style>