Shades of Christine #C2682B
Tints of Christine #C2682B
RGB
CMYK
RGB Variations
Color information
#C2682B (or 0xC2682B) is known color: Christine. HEX triplet: C2, 68 and 2B. RGB value is (194,104,43). Sum of RGB (Red+Green+Blue) = 194+104+43=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2682B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2682B is #3D97D4. Grayscale: #7C7C7C. Windows color (decimal): -4036565 or 2844866. OLE color: 2844866.
HSL color Cylindrical-coordinate representation of color #C2682B: hue angle of 24.24º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2682B is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 43 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.24 |
| HSL | 24.24º | 0.64% | 0.46% | - |
| HSV(B) | 24.24º | 0.78% | 0.76% | - |
| XYZ | 27.63 | 21.54 | 4.99 | - |
| YUV | 123.96 | 82.32 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 43 | 0 | 0.46 | 0.78 | 0.24 | 24.24 | 0.64 | 0.46 |
| Hex | C2 | 68 | 2B | 0 | 2E | 4E | 18 | 18 | 40 | 2E |
| Octal | 302 | 150 | 53 | 0 | 56 | 116 | 30 | 30 | 100 | 56 |
| Binary | 11000010 | 1101000 | 101011 | 0 | 101110 | 1001110 | 11000 | 11000 | 1000000 | 101110 |
Color Harmonies of #C2682B
Complementary color
Monochromatic Colors of #C2682B
Black with #C2682B
Text Example
Text Example
White with #C2682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2682B; }
p { color: rgb(194,104,43); }
H1.HeaderClassName
{
color: #C2682B;
}
.AnyTagClassName
{
color: #C2682B;
}
</style>
background-color css
<style>
a { background-color: #C2682B; }
a { background-color: rgb(194,104,43); }
div.DivClassName
{
background-color: #C2682B;
}
.BgClassName
{
background-color: #C2682B;
}
</style>
border-color css
<style>
span { border-color: #C2682B; }
span { border-color: rgb(194,104,43); }
td.TdClassName
{
border-color: #C2682B;
}
.TagClassName
{
border-color: #C2682B;
}
</style>