Shades of Cardinal #CB164D
Tints of Cardinal #CB164D
RGB
CMYK
RGB Variations
Color information
#CB164D (or 0xCB164D) is known color: Cardinal. HEX triplet: CB, 16 and 4D. RGB value is (203,22,77). Sum of RGB (Red+Green+Blue) = 203+22+77=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB164D is #34E9B2. Grayscale: #525252. Windows color (decimal): -3467699 or 5052107. OLE color: 5052107.
HSL color Cylindrical-coordinate representation of color #CB164D: hue angle of 341.77º 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 #CB164D is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 77 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.20 |
| HSL | 341.77º | 0.8% | 0.44% | - |
| HSV(B) | 341.77º | 0.89% | 0.8% | - |
| XYZ | 26.26 | 13.81 | 8.3 | - |
| YUV | 82.39 | 124.97 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 77 | 0 | 0.89 | 0.62 | 0.20 | 341.77 | 0.8 | 0.44 |
| Hex | CB | 16 | 4D | 0 | 59 | 3E | 14 | 156 | 50 | 2C |
| Octal | 313 | 26 | 115 | 0 | 131 | 76 | 24 | 526 | 120 | 54 |
| Binary | 11001011 | 10110 | 1001101 | 0 | 1011001 | 111110 | 10100 | 101010110 | 1010000 | 101100 |
Color Harmonies of #CB164D
Complementary color
Monochromatic Colors of #CB164D
Black with #CB164D
Text Example
Text Example
White with #CB164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB164D; }
p { color: rgb(203,22,77); }
H1.HeaderClassName
{
color: #CB164D;
}
.AnyTagClassName
{
color: #CB164D;
}
</style>
background-color css
<style>
a { background-color: #CB164D; }
a { background-color: rgb(203,22,77); }
div.DivClassName
{
background-color: #CB164D;
}
.BgClassName
{
background-color: #CB164D;
}
</style>
border-color css
<style>
span { border-color: #CB164D; }
span { border-color: rgb(203,22,77); }
td.TdClassName
{
border-color: #CB164D;
}
.TagClassName
{
border-color: #CB164D;
}
</style>