Shades of Christine #C2561C
Tints of Christine #C2561C
RGB
CMYK
RGB Variations
Color information
#C2561C (or 0xC2561C) is known color: Christine. HEX triplet: C2, 56 and 1C. RGB value is (194,86,28). Sum of RGB (Red+Green+Blue) = 194+86+28=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2561C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2561C is #3DA9E3. Grayscale: #707070. Windows color (decimal): -4041188 or 1857218. OLE color: 1857218.
HSL color Cylindrical-coordinate representation of color #C2561C: hue angle of 20.96º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2561C is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 28 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.24 |
| HSL | 20.96º | 0.75% | 0.44% | - |
| HSV(B) | 20.96º | 0.86% | 0.76% | - |
| XYZ | 25.79 | 18.21 | 3.25 | - |
| YUV | 111.68 | 80.78 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 28 | 0 | 0.56 | 0.86 | 0.24 | 20.96 | 0.75 | 0.44 |
| Hex | C2 | 56 | 1C | 0 | 38 | 56 | 18 | 15 | 4B | 2C |
| Octal | 302 | 126 | 34 | 0 | 70 | 126 | 30 | 25 | 113 | 54 |
| Binary | 11000010 | 1010110 | 11100 | 0 | 111000 | 1010110 | 11000 | 10101 | 1001011 | 101100 |
Color Harmonies of #C2561C
Complementary color
Monochromatic Colors of #C2561C
Black with #C2561C
Text Example
Text Example
White with #C2561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2561C; }
p { color: rgb(194,86,28); }
H1.HeaderClassName
{
color: #C2561C;
}
.AnyTagClassName
{
color: #C2561C;
}
</style>
background-color css
<style>
a { background-color: #C2561C; }
a { background-color: rgb(194,86,28); }
div.DivClassName
{
background-color: #C2561C;
}
.BgClassName
{
background-color: #C2561C;
}
</style>
border-color css
<style>
span { border-color: #C2561C; }
span { border-color: rgb(194,86,28); }
td.TdClassName
{
border-color: #C2561C;
}
.TagClassName
{
border-color: #C2561C;
}
</style>