Shades of Christine #C05C2B
Tints of Christine #C05C2B
RGB
CMYK
RGB Variations
Color information
#C05C2B (or 0xC05C2B) is known color: Christine. HEX triplet: C0, 5C and 2B. RGB value is (192,92,43). Sum of RGB (Red+Green+Blue) = 192+92+43=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05C2B is #3FA3D4. Grayscale: #747474. Windows color (decimal): -4170709 or 2841792. OLE color: 2841792.
HSL color Cylindrical-coordinate representation of color #C05C2B: hue angle of 19.73º 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 #C05C2B is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 43 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.25 |
| HSL | 19.73º | 0.63% | 0.46% | - |
| HSV(B) | 19.73º | 0.78% | 0.75% | - |
| XYZ | 26 | 19.04 | 4.59 | - |
| YUV | 116.31 | 86.63 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 43 | 0 | 0.52 | 0.78 | 0.25 | 19.73 | 0.63 | 0.46 |
| Hex | C0 | 5C | 2B | 0 | 34 | 4E | 19 | 14 | 3F | 2E |
| Octal | 300 | 134 | 53 | 0 | 64 | 116 | 31 | 24 | 77 | 56 |
| Binary | 11000000 | 1011100 | 101011 | 0 | 110100 | 1001110 | 11001 | 10100 | 111111 | 101110 |
Color Harmonies of #C05C2B
Complementary color
Monochromatic Colors of #C05C2B
Black with #C05C2B
Text Example
Text Example
White with #C05C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C2B; }
p { color: rgb(192,92,43); }
H1.HeaderClassName
{
color: #C05C2B;
}
.AnyTagClassName
{
color: #C05C2B;
}
</style>
background-color css
<style>
a { background-color: #C05C2B; }
a { background-color: rgb(192,92,43); }
div.DivClassName
{
background-color: #C05C2B;
}
.BgClassName
{
background-color: #C05C2B;
}
</style>
border-color css
<style>
span { border-color: #C05C2B; }
span { border-color: rgb(192,92,43); }
td.TdClassName
{
border-color: #C05C2B;
}
.TagClassName
{
border-color: #C05C2B;
}
</style>