Shades of Cardinal #CB164E
Tints of Cardinal #CB164E
RGB
CMYK
RGB Variations
Color information
#CB164E (or 0xCB164E) is known color: Cardinal. HEX triplet: CB, 16 and 4E. RGB value is (203,22,78). Sum of RGB (Red+Green+Blue) = 203+22+78=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB164E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB164E is #34E9B1. Grayscale: #525252. Windows color (decimal): -3467698 or 5117643. OLE color: 5117643.
HSL color Cylindrical-coordinate representation of color #CB164E: hue angle of 341.44º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB164E is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 78 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.20 |
| HSL | 341.44º | 0.8% | 0.44% | - |
| HSV(B) | 341.44º | 0.89% | 0.8% | - |
| XYZ | 26.29 | 13.82 | 8.49 | - |
| YUV | 82.5 | 125.47 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 78 | 0 | 0.89 | 0.62 | 0.20 | 341.44 | 0.8 | 0.44 |
| Hex | CB | 16 | 4E | 0 | 59 | 3E | 14 | 155 | 50 | 2C |
| Octal | 313 | 26 | 116 | 0 | 131 | 76 | 24 | 525 | 120 | 54 |
| Binary | 11001011 | 10110 | 1001110 | 0 | 1011001 | 111110 | 10100 | 101010101 | 1010000 | 101100 |
Color Harmonies of #CB164E
Complementary color
Monochromatic Colors of #CB164E
Black with #CB164E
Text Example
Text Example
White with #CB164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB164E; }
p { color: rgb(203,22,78); }
H1.HeaderClassName
{
color: #CB164E;
}
.AnyTagClassName
{
color: #CB164E;
}
</style>
background-color css
<style>
a { background-color: #CB164E; }
a { background-color: rgb(203,22,78); }
div.DivClassName
{
background-color: #CB164E;
}
.BgClassName
{
background-color: #CB164E;
}
</style>
border-color css
<style>
span { border-color: #CB164E; }
span { border-color: rgb(203,22,78); }
td.TdClassName
{
border-color: #CB164E;
}
.TagClassName
{
border-color: #CB164E;
}
</style>