Shades of Cardinal #CB154C
Tints of Cardinal #CB154C
RGB
CMYK
RGB Variations
Color information
#CB154C (or 0xCB154C) is known color: Cardinal. HEX triplet: CB, 15 and 4C. RGB value is (203,21,76). Sum of RGB (Red+Green+Blue) = 203+21+76=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB154C is #34EAB3. Grayscale: #515151. Windows color (decimal): -3467956 or 4986315. OLE color: 4986315.
HSL color Cylindrical-coordinate representation of color #CB154C: hue angle of 341.87º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB154C is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 76 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.20 |
| HSL | 341.87º | 0.81% | 0.44% | - |
| HSV(B) | 341.87º | 0.9% | 0.8% | - |
| XYZ | 26.2 | 13.75 | 8.11 | - |
| YUV | 81.69 | 124.8 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 76 | 0 | 0.90 | 0.63 | 0.20 | 341.87 | 0.81 | 0.44 |
| Hex | CB | 15 | 4C | 0 | 5A | 3F | 14 | 156 | 51 | 2C |
| Octal | 313 | 25 | 114 | 0 | 132 | 77 | 24 | 526 | 121 | 54 |
| Binary | 11001011 | 10101 | 1001100 | 0 | 1011010 | 111111 | 10100 | 101010110 | 1010001 | 101100 |
Color Harmonies of #CB154C
Complementary color
Monochromatic Colors of #CB154C
Black with #CB154C
Text Example
Text Example
White with #CB154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB154C; }
p { color: rgb(203,21,76); }
H1.HeaderClassName
{
color: #CB154C;
}
.AnyTagClassName
{
color: #CB154C;
}
</style>
background-color css
<style>
a { background-color: #CB154C; }
a { background-color: rgb(203,21,76); }
div.DivClassName
{
background-color: #CB154C;
}
.BgClassName
{
background-color: #CB154C;
}
</style>
border-color css
<style>
span { border-color: #CB154C; }
span { border-color: rgb(203,21,76); }
td.TdClassName
{
border-color: #CB154C;
}
.TagClassName
{
border-color: #CB154C;
}
</style>