Shades of Christine #C2692E
Tints of Christine #C2692E
RGB
CMYK
RGB Variations
Color information
#C2692E (or 0xC2692E) is known color: Christine. HEX triplet: C2, 69 and 2E. RGB value is (194,105,46). Sum of RGB (Red+Green+Blue) = 194+105+46=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2692E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2692E is #3D96D1. Grayscale: #7D7D7D. Windows color (decimal): -4036306 or 3041730. OLE color: 3041730.
HSL color Cylindrical-coordinate representation of color #C2692E: hue angle of 23.92º 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 #C2692E is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 46 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.24 |
| HSL | 23.92º | 0.62% | 0.47% | - |
| HSV(B) | 23.92º | 0.76% | 0.76% | - |
| XYZ | 27.79 | 21.77 | 5.32 | - |
| YUV | 124.89 | 83.49 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 46 | 0 | 0.46 | 0.76 | 0.24 | 23.92 | 0.62 | 0.47 |
| Hex | C2 | 69 | 2E | 0 | 2E | 4C | 18 | 18 | 3E | 2F |
| Octal | 302 | 151 | 56 | 0 | 56 | 114 | 30 | 30 | 76 | 57 |
| Binary | 11000010 | 1101001 | 101110 | 0 | 101110 | 1001100 | 11000 | 11000 | 111110 | 101111 |
Color Harmonies of #C2692E
Complementary color
Monochromatic Colors of #C2692E
Black with #C2692E
Text Example
Text Example
White with #C2692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2692E; }
p { color: rgb(194,105,46); }
H1.HeaderClassName
{
color: #C2692E;
}
.AnyTagClassName
{
color: #C2692E;
}
</style>
background-color css
<style>
a { background-color: #C2692E; }
a { background-color: rgb(194,105,46); }
div.DivClassName
{
background-color: #C2692E;
}
.BgClassName
{
background-color: #C2692E;
}
</style>
border-color css
<style>
span { border-color: #C2692E; }
span { border-color: rgb(194,105,46); }
td.TdClassName
{
border-color: #C2692E;
}
.TagClassName
{
border-color: #C2692E;
}
</style>