Shades of Cardinal #C8174E
Tints of Cardinal #C8174E
RGB
CMYK
RGB Variations
Color information
#C8174E (or 0xC8174E) is known color: Cardinal. HEX triplet: C8, 17 and 4E. RGB value is (200,23,78). Sum of RGB (Red+Green+Blue) = 200+23+78=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C8174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8174E is #37E8B1. Grayscale: #525252. Windows color (decimal): -3664050 or 5117896. OLE color: 5117896.
HSL color Cylindrical-coordinate representation of color #C8174E: hue angle of 341.36º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8174E is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 78 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.22 |
| HSL | 341.36º | 0.79% | 0.44% | - |
| HSV(B) | 341.36º | 0.89% | 0.78% | - |
| XYZ | 25.5 | 13.44 | 8.46 | - |
| YUV | 82.19 | 125.64 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 78 | 0 | 0.88 | 0.61 | 0.22 | 341.36 | 0.79 | 0.44 |
| Hex | C8 | 17 | 4E | 0 | 58 | 3D | 16 | 155 | 4F | 2C |
| Octal | 310 | 27 | 116 | 0 | 130 | 75 | 26 | 525 | 117 | 54 |
| Binary | 11001000 | 10111 | 1001110 | 0 | 1011000 | 111101 | 10110 | 101010101 | 1001111 | 101100 |
Color Harmonies of #C8174E
Complementary color
Monochromatic Colors of #C8174E
Black with #C8174E
Text Example
Text Example
White with #C8174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8174E; }
p { color: rgb(200,23,78); }
H1.HeaderClassName
{
color: #C8174E;
}
.AnyTagClassName
{
color: #C8174E;
}
</style>
background-color css
<style>
a { background-color: #C8174E; }
a { background-color: rgb(200,23,78); }
div.DivClassName
{
background-color: #C8174E;
}
.BgClassName
{
background-color: #C8174E;
}
</style>
border-color css
<style>
span { border-color: #C8174E; }
span { border-color: rgb(200,23,78); }
td.TdClassName
{
border-color: #C8174E;
}
.TagClassName
{
border-color: #C8174E;
}
</style>