Shades of Cardinal #C0054B
Tints of Cardinal #C0054B
RGB
CMYK
RGB Variations
Color information
#C0054B (or 0xC0054B) is known color: Cardinal. HEX triplet: C0, 05 and 4B. RGB value is (192,5,75). Sum of RGB (Red+Green+Blue) = 192+5+75=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0054B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0054B is #3FFAB4. Grayscale: #444444. Windows color (decimal): -4192949 or 4916672. OLE color: 4916672.
HSL color Cylindrical-coordinate representation of color #C0054B: hue angle of 337.54º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0054B is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 75 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.25 |
| HSL | 337.54º | 0.95% | 0.39% | - |
| HSV(B) | 337.54º | 0.97% | 0.75% | - |
| XYZ | 23.06 | 11.82 | 7.72 | - |
| YUV | 68.89 | 131.45 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 75 | 0 | 0.97 | 0.61 | 0.25 | 337.54 | 0.95 | 0.39 |
| Hex | C0 | 5 | 4B | 0 | 61 | 3D | 19 | 152 | 5F | 27 |
| Octal | 300 | 5 | 113 | 0 | 141 | 75 | 31 | 522 | 137 | 47 |
| Binary | 11000000 | 101 | 1001011 | 0 | 1100001 | 111101 | 11001 | 101010010 | 1011111 | 100111 |
Color Harmonies of #C0054B
Complementary color
Monochromatic Colors of #C0054B
Black with #C0054B
Text Example
Text Example
White with #C0054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0054B; }
p { color: rgb(192,5,75); }
H1.HeaderClassName
{
color: #C0054B;
}
.AnyTagClassName
{
color: #C0054B;
}
</style>
background-color css
<style>
a { background-color: #C0054B; }
a { background-color: rgb(192,5,75); }
div.DivClassName
{
background-color: #C0054B;
}
.BgClassName
{
background-color: #C0054B;
}
</style>
border-color css
<style>
span { border-color: #C0054B; }
span { border-color: rgb(192,5,75); }
td.TdClassName
{
border-color: #C0054B;
}
.TagClassName
{
border-color: #C0054B;
}
</style>