Shades of Cardinal #CB164F
Tints of Cardinal #CB164F
RGB
CMYK
RGB Variations
Color information
#CB164F (or 0xCB164F) is known color: Cardinal. HEX triplet: CB, 16 and 4F. RGB value is (203,22,79). Sum of RGB (Red+Green+Blue) = 203+22+79=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB164F is #34E9B0. Grayscale: #525252. Windows color (decimal): -3467697 or 5183179. OLE color: 5183179.
HSL color Cylindrical-coordinate representation of color #CB164F: hue angle of 341.1º 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 #CB164F is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 79 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.20 |
| HSL | 341.11º | 0.8% | 0.44% | - |
| HSV(B) | 341.11º | 0.89% | 0.8% | - |
| XYZ | 26.33 | 13.83 | 8.68 | - |
| YUV | 82.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 79 | 0 | 0.89 | 0.61 | 0.20 | 341.11 | 0.8 | 0.44 |
| Hex | CB | 16 | 4F | 0 | 59 | 3D | 14 | 155 | 50 | 2C |
| Octal | 313 | 26 | 117 | 0 | 131 | 75 | 24 | 525 | 120 | 54 |
| Binary | 11001011 | 10110 | 1001111 | 0 | 1011001 | 111101 | 10100 | 101010101 | 1010000 | 101100 |
Color Harmonies of #CB164F
Complementary color
Monochromatic Colors of #CB164F
Black with #CB164F
Text Example
Text Example
White with #CB164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB164F; }
p { color: rgb(203,22,79); }
H1.HeaderClassName
{
color: #CB164F;
}
.AnyTagClassName
{
color: #CB164F;
}
</style>
background-color css
<style>
a { background-color: #CB164F; }
a { background-color: rgb(203,22,79); }
div.DivClassName
{
background-color: #CB164F;
}
.BgClassName
{
background-color: #CB164F;
}
</style>
border-color css
<style>
span { border-color: #CB164F; }
span { border-color: rgb(203,22,79); }
td.TdClassName
{
border-color: #CB164F;
}
.TagClassName
{
border-color: #CB164F;
}
</style>