Shades of Cardinal #CC193C
Tints of Cardinal #CC193C
RGB
CMYK
RGB Variations
Color information
#CC193C (or 0xCC193C) is known color: Cardinal. HEX triplet: CC, 19 and 3C. RGB value is (204,25,60). Sum of RGB (Red+Green+Blue) = 204+25+60=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC193C is #33E6C3. Grayscale: #525252. Windows color (decimal): -3401412 or 3938764. OLE color: 3938764.
HSL color Cylindrical-coordinate representation of color #CC193C: hue angle of 348.27º degrees, saturation: 0.78, 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 #CC193C is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 60 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.2 |
| HSL | 348.27º | 0.78% | 0.45% | - |
| HSV(B) | 348.27º | 0.88% | 0.8% | - |
| XYZ | 26.07 | 13.86 | 5.58 | - |
| YUV | 82.51 | 115.3 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 60 | 0 | 0.88 | 0.71 | 0.2 | 348.27 | 0.78 | 0.45 |
| Hex | CC | 19 | 3C | 0 | 58 | 47 | 14 | 15C | 4E | 2D |
| Octal | 314 | 31 | 74 | 0 | 130 | 107 | 24 | 534 | 116 | 55 |
| Binary | 11001100 | 11001 | 111100 | 0 | 1011000 | 1000111 | 10100 | 101011100 | 1001110 | 101101 |
Color Harmonies of #CC193C
Complementary color
Monochromatic Colors of #CC193C
Black with #CC193C
Text Example
Text Example
White with #CC193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC193C; }
p { color: rgb(204,25,60); }
H1.HeaderClassName
{
color: #CC193C;
}
.AnyTagClassName
{
color: #CC193C;
}
</style>
background-color css
<style>
a { background-color: #CC193C; }
a { background-color: rgb(204,25,60); }
div.DivClassName
{
background-color: #CC193C;
}
.BgClassName
{
background-color: #CC193C;
}
</style>
border-color css
<style>
span { border-color: #CC193C; }
span { border-color: rgb(204,25,60); }
td.TdClassName
{
border-color: #CC193C;
}
.TagClassName
{
border-color: #CC193C;
}
</style>