Shades of Cardinal #CC174A
Tints of Cardinal #CC174A
RGB
CMYK
RGB Variations
Color information
#CC174A (or 0xCC174A) is known color: Cardinal. HEX triplet: CC, 17 and 4A. RGB value is (204,23,74). Sum of RGB (Red+Green+Blue) = 204+23+74=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC174A is #33E8B5. Grayscale: #525252. Windows color (decimal): -3401910 or 4855756. OLE color: 4855756.
HSL color Cylindrical-coordinate representation of color #CC174A: hue angle of 343.09º 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 #CC174A is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 74 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.2 |
| HSL | 343.09º | 0.8% | 0.45% | - |
| HSV(B) | 343.09º | 0.89% | 0.8% | - |
| XYZ | 26.44 | 13.94 | 7.78 | - |
| YUV | 82.93 | 122.97 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 74 | 0 | 0.89 | 0.64 | 0.2 | 343.09 | 0.8 | 0.45 |
| Hex | CC | 17 | 4A | 0 | 59 | 40 | 14 | 157 | 50 | 2D |
| Octal | 314 | 27 | 112 | 0 | 131 | 100 | 24 | 527 | 120 | 55 |
| Binary | 11001100 | 10111 | 1001010 | 0 | 1011001 | 1000000 | 10100 | 101010111 | 1010000 | 101101 |
Color Harmonies of #CC174A
Complementary color
Monochromatic Colors of #CC174A
Black with #CC174A
Text Example
Text Example
White with #CC174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC174A; }
p { color: rgb(204,23,74); }
H1.HeaderClassName
{
color: #CC174A;
}
.AnyTagClassName
{
color: #CC174A;
}
</style>
background-color css
<style>
a { background-color: #CC174A; }
a { background-color: rgb(204,23,74); }
div.DivClassName
{
background-color: #CC174A;
}
.BgClassName
{
background-color: #CC174A;
}
</style>
border-color css
<style>
span { border-color: #CC174A; }
span { border-color: rgb(204,23,74); }
td.TdClassName
{
border-color: #CC174A;
}
.TagClassName
{
border-color: #CC174A;
}
</style>