Shades of Christine #C0672B
Tints of Christine #C0672B
RGB
CMYK
RGB Variations
Color information
#C0672B (or 0xC0672B) is known color: Christine. HEX triplet: C0, 67 and 2B. RGB value is (192,103,43). Sum of RGB (Red+Green+Blue) = 192+103+43=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0672B is #3F98D4. Grayscale: #7B7B7B. Windows color (decimal): -4167893 or 2844608. OLE color: 2844608.
HSL color Cylindrical-coordinate representation of color #C0672B: hue angle of 24.16º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0672B is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 43 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.25 |
| HSL | 24.16º | 0.63% | 0.46% | - |
| HSV(B) | 24.16º | 0.78% | 0.75% | - |
| XYZ | 27.02 | 21.08 | 4.93 | - |
| YUV | 122.77 | 82.99 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 43 | 0 | 0.46 | 0.78 | 0.25 | 24.16 | 0.63 | 0.46 |
| Hex | C0 | 67 | 2B | 0 | 2E | 4E | 19 | 18 | 3F | 2E |
| Octal | 300 | 147 | 53 | 0 | 56 | 116 | 31 | 30 | 77 | 56 |
| Binary | 11000000 | 1100111 | 101011 | 0 | 101110 | 1001110 | 11001 | 11000 | 111111 | 101110 |
Color Harmonies of #C0672B
Complementary color
Monochromatic Colors of #C0672B
Black with #C0672B
Text Example
Text Example
White with #C0672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0672B; }
p { color: rgb(192,103,43); }
H1.HeaderClassName
{
color: #C0672B;
}
.AnyTagClassName
{
color: #C0672B;
}
</style>
background-color css
<style>
a { background-color: #C0672B; }
a { background-color: rgb(192,103,43); }
div.DivClassName
{
background-color: #C0672B;
}
.BgClassName
{
background-color: #C0672B;
}
</style>
border-color css
<style>
span { border-color: #C0672B; }
span { border-color: rgb(192,103,43); }
td.TdClassName
{
border-color: #C0672B;
}
.TagClassName
{
border-color: #C0672B;
}
</style>