Shades of Cardinal #C8164B
Tints of Cardinal #C8164B
RGB
CMYK
RGB Variations
Color information
#C8164B (or 0xC8164B) is known color: Cardinal. HEX triplet: C8, 16 and 4B. RGB value is (200,22,75). Sum of RGB (Red+Green+Blue) = 200+22+75=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8164B is #37E9B4. Grayscale: #515151. Windows color (decimal): -3664309 or 4921032. OLE color: 4921032.
HSL color Cylindrical-coordinate representation of color #C8164B: hue angle of 342.13º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8164B is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 75 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.22 |
| HSL | 342.13º | 0.8% | 0.44% | - |
| HSV(B) | 342.13º | 0.89% | 0.78% | - |
| XYZ | 25.38 | 13.36 | 7.9 | - |
| YUV | 81.26 | 124.47 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 75 | 0 | 0.89 | 0.62 | 0.22 | 342.13 | 0.8 | 0.44 |
| Hex | C8 | 16 | 4B | 0 | 59 | 3E | 16 | 156 | 50 | 2C |
| Octal | 310 | 26 | 113 | 0 | 131 | 76 | 26 | 526 | 120 | 54 |
| Binary | 11001000 | 10110 | 1001011 | 0 | 1011001 | 111110 | 10110 | 101010110 | 1010000 | 101100 |
Color Harmonies of #C8164B
Complementary color
Monochromatic Colors of #C8164B
Black with #C8164B
Text Example
Text Example
White with #C8164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8164B; }
p { color: rgb(200,22,75); }
H1.HeaderClassName
{
color: #C8164B;
}
.AnyTagClassName
{
color: #C8164B;
}
</style>
background-color css
<style>
a { background-color: #C8164B; }
a { background-color: rgb(200,22,75); }
div.DivClassName
{
background-color: #C8164B;
}
.BgClassName
{
background-color: #C8164B;
}
</style>
border-color css
<style>
span { border-color: #C8164B; }
span { border-color: rgb(200,22,75); }
td.TdClassName
{
border-color: #C8164B;
}
.TagClassName
{
border-color: #C8164B;
}
</style>