Shades of Cardinal #CC174E
Tints of Cardinal #CC174E
RGB
CMYK
RGB Variations
Color information
#CC174E (or 0xCC174E) is known color: Cardinal. HEX triplet: CC, 17 and 4E. RGB value is (204,23,78). Sum of RGB (Red+Green+Blue) = 204+23+78=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC174E is #33E8B1. Grayscale: #535353. Windows color (decimal): -3401906 or 5117900. OLE color: 5117900.
HSL color Cylindrical-coordinate representation of color #CC174E: hue angle of 341.77º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC174E is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 78 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.2 |
| HSL | 341.77º | 0.8% | 0.45% | - |
| HSV(B) | 341.77º | 0.89% | 0.8% | - |
| XYZ | 26.58 | 14 | 8.51 | - |
| YUV | 83.39 | 124.97 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 78 | 0 | 0.89 | 0.62 | 0.2 | 341.77 | 0.8 | 0.45 |
| Hex | CC | 17 | 4E | 0 | 59 | 3E | 14 | 156 | 50 | 2D |
| Octal | 314 | 27 | 116 | 0 | 131 | 76 | 24 | 526 | 120 | 55 |
| Binary | 11001100 | 10111 | 1001110 | 0 | 1011001 | 111110 | 10100 | 101010110 | 1010000 | 101101 |
Color Harmonies of #CC174E
Complementary color
Monochromatic Colors of #CC174E
Black with #CC174E
Text Example
Text Example
White with #CC174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC174E; }
p { color: rgb(204,23,78); }
H1.HeaderClassName
{
color: #CC174E;
}
.AnyTagClassName
{
color: #CC174E;
}
</style>
background-color css
<style>
a { background-color: #CC174E; }
a { background-color: rgb(204,23,78); }
div.DivClassName
{
background-color: #CC174E;
}
.BgClassName
{
background-color: #CC174E;
}
</style>
border-color css
<style>
span { border-color: #CC174E; }
span { border-color: rgb(204,23,78); }
td.TdClassName
{
border-color: #CC174E;
}
.TagClassName
{
border-color: #CC174E;
}
</style>