Shades of Cardinal #CC184C
Tints of Cardinal #CC184C
RGB
CMYK
RGB Variations
Color information
#CC184C (or 0xCC184C) is known color: Cardinal. HEX triplet: CC, 18 and 4C. RGB value is (204,24,76). Sum of RGB (Red+Green+Blue) = 204+24+76=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC184C is #33E7B3. Grayscale: #535353. Windows color (decimal): -3401652 or 4987084. OLE color: 4987084.
HSL color Cylindrical-coordinate representation of color #CC184C: hue angle of 342.67º 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 #CC184C is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 76 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.2 |
| HSL | 342.67º | 0.79% | 0.45% | - |
| HSV(B) | 342.67º | 0.88% | 0.8% | - |
| XYZ | 26.53 | 14.01 | 8.14 | - |
| YUV | 83.75 | 123.63 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 76 | 0 | 0.88 | 0.63 | 0.2 | 342.67 | 0.79 | 0.45 |
| Hex | CC | 18 | 4C | 0 | 58 | 3F | 14 | 157 | 4F | 2D |
| Octal | 314 | 30 | 114 | 0 | 130 | 77 | 24 | 527 | 117 | 55 |
| Binary | 11001100 | 11000 | 1001100 | 0 | 1011000 | 111111 | 10100 | 101010111 | 1001111 | 101101 |
Color Harmonies of #CC184C
Complementary color
Monochromatic Colors of #CC184C
Black with #CC184C
Text Example
Text Example
White with #CC184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC184C; }
p { color: rgb(204,24,76); }
H1.HeaderClassName
{
color: #CC184C;
}
.AnyTagClassName
{
color: #CC184C;
}
</style>
background-color css
<style>
a { background-color: #CC184C; }
a { background-color: rgb(204,24,76); }
div.DivClassName
{
background-color: #CC184C;
}
.BgClassName
{
background-color: #CC184C;
}
</style>
border-color css
<style>
span { border-color: #CC184C; }
span { border-color: rgb(204,24,76); }
td.TdClassName
{
border-color: #CC184C;
}
.TagClassName
{
border-color: #CC184C;
}
</style>