Shades of Christine #C6692A
Tints of Christine #C6692A
RGB
CMYK
RGB Variations
Color information
#C6692A (or 0xC6692A) is known color: Christine. HEX triplet: C6, 69 and 2A. RGB value is (198,105,42). Sum of RGB (Red+Green+Blue) = 198+105+42=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6692A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6692A is #3996D5. Grayscale: #7D7D7D. Windows color (decimal): -3774166 or 2779590. OLE color: 2779590.
HSL color Cylindrical-coordinate representation of color #C6692A: hue angle of 24.23º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6692A is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 42 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.22 |
| HSL | 24.23º | 0.65% | 0.47% | - |
| HSV(B) | 24.23º | 0.79% | 0.78% | - |
| XYZ | 28.76 | 22.28 | 4.97 | - |
| YUV | 125.63 | 80.81 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 42 | 0 | 0.47 | 0.79 | 0.22 | 24.23 | 0.65 | 0.47 |
| Hex | C6 | 69 | 2A | 0 | 2F | 4F | 16 | 18 | 41 | 2F |
| Octal | 306 | 151 | 52 | 0 | 57 | 117 | 26 | 30 | 101 | 57 |
| Binary | 11000110 | 1101001 | 101010 | 0 | 101111 | 1001111 | 10110 | 11000 | 1000001 | 101111 |
Color Harmonies of #C6692A
Complementary color
Monochromatic Colors of #C6692A
Black with #C6692A
Text Example
Text Example
White with #C6692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6692A; }
p { color: rgb(198,105,42); }
H1.HeaderClassName
{
color: #C6692A;
}
.AnyTagClassName
{
color: #C6692A;
}
</style>
background-color css
<style>
a { background-color: #C6692A; }
a { background-color: rgb(198,105,42); }
div.DivClassName
{
background-color: #C6692A;
}
.BgClassName
{
background-color: #C6692A;
}
</style>
border-color css
<style>
span { border-color: #C6692A; }
span { border-color: rgb(198,105,42); }
td.TdClassName
{
border-color: #C6692A;
}
.TagClassName
{
border-color: #C6692A;
}
</style>