Shades of Cardinal #CC123C
Tints of Cardinal #CC123C
RGB
CMYK
RGB Variations
Color information
#CC123C (or 0xCC123C) is known color: Cardinal. HEX triplet: CC, 12 and 3C. RGB value is (204,18,60). Sum of RGB (Red+Green+Blue) = 204+18+60=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC123C is #33EDC3. Grayscale: #4E4E4E. Windows color (decimal): -3403204 or 3936972. OLE color: 3936972.
HSL color Cylindrical-coordinate representation of color #CC123C: hue angle of 346.45º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC123C is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 60 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.2 |
| HSL | 346.45º | 0.84% | 0.44% | - |
| HSV(B) | 346.45º | 0.91% | 0.8% | - |
| XYZ | 25.93 | 13.6 | 5.53 | - |
| YUV | 78.4 | 117.62 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 60 | 0 | 0.91 | 0.71 | 0.2 | 346.45 | 0.84 | 0.44 |
| Hex | CC | 12 | 3C | 0 | 5B | 47 | 14 | 15A | 54 | 2C |
| Octal | 314 | 22 | 74 | 0 | 133 | 107 | 24 | 532 | 124 | 54 |
| Binary | 11001100 | 10010 | 111100 | 0 | 1011011 | 1000111 | 10100 | 101011010 | 1010100 | 101100 |
Color Harmonies of #CC123C
Complementary color
Monochromatic Colors of #CC123C
Black with #CC123C
Text Example
Text Example
White with #CC123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC123C; }
p { color: rgb(204,18,60); }
H1.HeaderClassName
{
color: #CC123C;
}
.AnyTagClassName
{
color: #CC123C;
}
</style>
background-color css
<style>
a { background-color: #CC123C; }
a { background-color: rgb(204,18,60); }
div.DivClassName
{
background-color: #CC123C;
}
.BgClassName
{
background-color: #CC123C;
}
</style>
border-color css
<style>
span { border-color: #CC123C; }
span { border-color: rgb(204,18,60); }
td.TdClassName
{
border-color: #CC123C;
}
.TagClassName
{
border-color: #CC123C;
}
</style>