Shades of Christine #C3692E
Tints of Christine #C3692E
RGB
CMYK
RGB Variations
Color information
#C3692E (or 0xC3692E) is known color: Christine. HEX triplet: C3, 69 and 2E. RGB value is (195,105,46). Sum of RGB (Red+Green+Blue) = 195+105+46=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C3692E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3692E is #3C96D1. Grayscale: #7D7D7D. Windows color (decimal): -3970770 or 3041731. OLE color: 3041731.
HSL color Cylindrical-coordinate representation of color #C3692E: hue angle of 23.76º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3692E is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 46 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.24 |
| HSL | 23.76º | 0.62% | 0.47% | - |
| HSV(B) | 23.76º | 0.76% | 0.76% | - |
| XYZ | 28.05 | 21.9 | 5.33 | - |
| YUV | 125.18 | 83.32 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 46 | 0 | 0.46 | 0.76 | 0.24 | 23.76 | 0.62 | 0.47 |
| Hex | C3 | 69 | 2E | 0 | 2E | 4C | 18 | 18 | 3E | 2F |
| Octal | 303 | 151 | 56 | 0 | 56 | 114 | 30 | 30 | 76 | 57 |
| Binary | 11000011 | 1101001 | 101110 | 0 | 101110 | 1001100 | 11000 | 11000 | 111110 | 101111 |
Color Harmonies of #C3692E
Complementary color
Monochromatic Colors of #C3692E
Black with #C3692E
Text Example
Text Example
White with #C3692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3692E; }
p { color: rgb(195,105,46); }
H1.HeaderClassName
{
color: #C3692E;
}
.AnyTagClassName
{
color: #C3692E;
}
</style>
background-color css
<style>
a { background-color: #C3692E; }
a { background-color: rgb(195,105,46); }
div.DivClassName
{
background-color: #C3692E;
}
.BgClassName
{
background-color: #C3692E;
}
</style>
border-color css
<style>
span { border-color: #C3692E; }
span { border-color: rgb(195,105,46); }
td.TdClassName
{
border-color: #C3692E;
}
.TagClassName
{
border-color: #C3692E;
}
</style>