Shades of Christine #C55F23
Tints of Christine #C55F23
RGB
CMYK
RGB Variations
Color information
#C55F23 (or 0xC55F23) is known color: Christine. HEX triplet: C5, 5F and 23. RGB value is (197,95,35). Sum of RGB (Red+Green+Blue) = 197+95+35=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F23 is #3AA0DC. Grayscale: #767676. Windows color (decimal): -3842269 or 2318277. OLE color: 2318277.
HSL color Cylindrical-coordinate representation of color #C55F23: hue angle of 22.22º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C55F23 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 35 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.23 |
| HSL | 22.22º | 0.7% | 0.45% | - |
| HSV(B) | 22.22º | 0.82% | 0.77% | - |
| XYZ | 27.42 | 20.18 | 4.04 | - |
| YUV | 118.66 | 80.79 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 35 | 0 | 0.52 | 0.82 | 0.23 | 22.22 | 0.7 | 0.45 |
| Hex | C5 | 5F | 23 | 0 | 34 | 52 | 17 | 16 | 46 | 2D |
| Octal | 305 | 137 | 43 | 0 | 64 | 122 | 27 | 26 | 106 | 55 |
| Binary | 11000101 | 1011111 | 100011 | 0 | 110100 | 1010010 | 10111 | 10110 | 1000110 | 101101 |
Color Harmonies of #C55F23
Complementary color
Monochromatic Colors of #C55F23
Black with #C55F23
Text Example
Text Example
White with #C55F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F23; }
p { color: rgb(197,95,35); }
H1.HeaderClassName
{
color: #C55F23;
}
.AnyTagClassName
{
color: #C55F23;
}
</style>
background-color css
<style>
a { background-color: #C55F23; }
a { background-color: rgb(197,95,35); }
div.DivClassName
{
background-color: #C55F23;
}
.BgClassName
{
background-color: #C55F23;
}
</style>
border-color css
<style>
span { border-color: #C55F23; }
span { border-color: rgb(197,95,35); }
td.TdClassName
{
border-color: #C55F23;
}
.TagClassName
{
border-color: #C55F23;
}
</style>