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