Shades of Christine #C2551D
Tints of Christine #C2551D
RGB
CMYK
RGB Variations
Color information
#C2551D (or 0xC2551D) is known color: Christine. HEX triplet: C2, 55 and 1D. RGB value is (194,85,29). Sum of RGB (Red+Green+Blue) = 194+85+29=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2551D is #3DAAE2. Grayscale: #6F6F6F. Windows color (decimal): -4041443 or 1922498. OLE color: 1922498.
HSL color Cylindrical-coordinate representation of color #C2551D: hue angle of 20.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2551D is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 29 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.24 |
| HSL | 20.36º | 0.74% | 0.44% | - |
| HSV(B) | 20.36º | 0.85% | 0.76% | - |
| XYZ | 25.72 | 18.06 | 3.29 | - |
| YUV | 111.21 | 81.61 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 29 | 0 | 0.56 | 0.85 | 0.24 | 20.36 | 0.74 | 0.44 |
| Hex | C2 | 55 | 1D | 0 | 38 | 55 | 18 | 14 | 4A | 2C |
| Octal | 302 | 125 | 35 | 0 | 70 | 125 | 30 | 24 | 112 | 54 |
| Binary | 11000010 | 1010101 | 11101 | 0 | 111000 | 1010101 | 11000 | 10100 | 1001010 | 101100 |
Color Harmonies of #C2551D
Complementary color
Monochromatic Colors of #C2551D
Black with #C2551D
Text Example
Text Example
White with #C2551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2551D; }
p { color: rgb(194,85,29); }
H1.HeaderClassName
{
color: #C2551D;
}
.AnyTagClassName
{
color: #C2551D;
}
</style>
background-color css
<style>
a { background-color: #C2551D; }
a { background-color: rgb(194,85,29); }
div.DivClassName
{
background-color: #C2551D;
}
.BgClassName
{
background-color: #C2551D;
}
</style>
border-color css
<style>
span { border-color: #C2551D; }
span { border-color: rgb(194,85,29); }
td.TdClassName
{
border-color: #C2551D;
}
.TagClassName
{
border-color: #C2551D;
}
</style>