Shades of Christine #C2672C
Tints of Christine #C2672C
RGB
CMYK
RGB Variations
Color information
#C2672C (or 0xC2672C) is known color: Christine. HEX triplet: C2, 67 and 2C. RGB value is (194,103,44). Sum of RGB (Red+Green+Blue) = 194+103+44=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2672C is #3D98D3. Grayscale: #7B7B7B. Windows color (decimal): -4036820 or 2910146. OLE color: 2910146.
HSL color Cylindrical-coordinate representation of color #C2672C: hue angle of 23.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2672C is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 44 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.24 |
| HSL | 23.6º | 0.63% | 0.47% | - |
| HSV(B) | 23.6º | 0.77% | 0.76% | - |
| XYZ | 27.55 | 21.35 | 5.05 | - |
| YUV | 123.48 | 83.15 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 44 | 0 | 0.47 | 0.77 | 0.24 | 23.6 | 0.63 | 0.47 |
| Hex | C2 | 67 | 2C | 0 | 2F | 4D | 18 | 18 | 3F | 2F |
| Octal | 302 | 147 | 54 | 0 | 57 | 115 | 30 | 30 | 77 | 57 |
| Binary | 11000010 | 1100111 | 101100 | 0 | 101111 | 1001101 | 11000 | 11000 | 111111 | 101111 |
Color Harmonies of #C2672C
Complementary color
Monochromatic Colors of #C2672C
Black with #C2672C
Text Example
Text Example
White with #C2672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2672C; }
p { color: rgb(194,103,44); }
H1.HeaderClassName
{
color: #C2672C;
}
.AnyTagClassName
{
color: #C2672C;
}
</style>
background-color css
<style>
a { background-color: #C2672C; }
a { background-color: rgb(194,103,44); }
div.DivClassName
{
background-color: #C2672C;
}
.BgClassName
{
background-color: #C2672C;
}
</style>
border-color css
<style>
span { border-color: #C2672C; }
span { border-color: rgb(194,103,44); }
td.TdClassName
{
border-color: #C2672C;
}
.TagClassName
{
border-color: #C2672C;
}
</style>