Shades of Christine #C2652A
Tints of Christine #C2652A
RGB
CMYK
RGB Variations
Color information
#C2652A (or 0xC2652A) is known color: Christine. HEX triplet: C2, 65 and 2A. RGB value is (194,101,42). Sum of RGB (Red+Green+Blue) = 194+101+42=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2652A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2652A is #3D9AD5. Grayscale: #7A7A7A. Windows color (decimal): -4037334 or 2778562. OLE color: 2778562.
HSL color Cylindrical-coordinate representation of color #C2652A: hue angle of 23.29º 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 #C2652A is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 42 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.24 |
| HSL | 23.29º | 0.64% | 0.46% | - |
| HSV(B) | 23.29º | 0.78% | 0.76% | - |
| XYZ | 27.32 | 20.94 | 4.79 | - |
| YUV | 122.08 | 82.81 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 42 | 0 | 0.48 | 0.78 | 0.24 | 23.29 | 0.64 | 0.46 |
| Hex | C2 | 65 | 2A | 0 | 30 | 4E | 18 | 17 | 40 | 2E |
| Octal | 302 | 145 | 52 | 0 | 60 | 116 | 30 | 27 | 100 | 56 |
| Binary | 11000010 | 1100101 | 101010 | 0 | 110000 | 1001110 | 11000 | 10111 | 1000000 | 101110 |
Color Harmonies of #C2652A
Complementary color
Monochromatic Colors of #C2652A
Black with #C2652A
Text Example
Text Example
White with #C2652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2652A; }
p { color: rgb(194,101,42); }
H1.HeaderClassName
{
color: #C2652A;
}
.AnyTagClassName
{
color: #C2652A;
}
</style>
background-color css
<style>
a { background-color: #C2652A; }
a { background-color: rgb(194,101,42); }
div.DivClassName
{
background-color: #C2652A;
}
.BgClassName
{
background-color: #C2652A;
}
</style>
border-color css
<style>
span { border-color: #C2652A; }
span { border-color: rgb(194,101,42); }
td.TdClassName
{
border-color: #C2652A;
}
.TagClassName
{
border-color: #C2652A;
}
</style>