Shades of Cardinal #CC184D
Tints of Cardinal #CC184D
RGB
CMYK
RGB Variations
Color information
#CC184D (or 0xCC184D) is known color: Cardinal. HEX triplet: CC, 18 and 4D. RGB value is (204,24,77). Sum of RGB (Red+Green+Blue) = 204+24+77=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC184D is #33E7B2. Grayscale: #535353. Windows color (decimal): -3401651 or 5052620. OLE color: 5052620.
HSL color Cylindrical-coordinate representation of color #CC184D: hue angle of 342.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC184D is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 77 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.2 |
| HSL | 342.33º | 0.79% | 0.45% | - |
| HSV(B) | 342.33º | 0.88% | 0.8% | - |
| XYZ | 26.57 | 14.03 | 8.33 | - |
| YUV | 83.86 | 124.13 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 77 | 0 | 0.88 | 0.62 | 0.2 | 342.33 | 0.79 | 0.45 |
| Hex | CC | 18 | 4D | 0 | 58 | 3E | 14 | 156 | 4F | 2D |
| Octal | 314 | 30 | 115 | 0 | 130 | 76 | 24 | 526 | 117 | 55 |
| Binary | 11001100 | 11000 | 1001101 | 0 | 1011000 | 111110 | 10100 | 101010110 | 1001111 | 101101 |
Color Harmonies of #CC184D
Complementary color
Monochromatic Colors of #CC184D
Black with #CC184D
Text Example
Text Example
White with #CC184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC184D; }
p { color: rgb(204,24,77); }
H1.HeaderClassName
{
color: #CC184D;
}
.AnyTagClassName
{
color: #CC184D;
}
</style>
background-color css
<style>
a { background-color: #CC184D; }
a { background-color: rgb(204,24,77); }
div.DivClassName
{
background-color: #CC184D;
}
.BgClassName
{
background-color: #CC184D;
}
</style>
border-color css
<style>
span { border-color: #CC184D; }
span { border-color: rgb(204,24,77); }
td.TdClassName
{
border-color: #CC184D;
}
.TagClassName
{
border-color: #CC184D;
}
</style>