Shades of Cardinal #CD194D
Tints of Cardinal #CD194D
RGB
CMYK
RGB Variations
Color information
#CD194D (or 0xCD194D) is known color: Cardinal. HEX triplet: CD, 19 and 4D. RGB value is (205,25,77). Sum of RGB (Red+Green+Blue) = 205+25+77=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD194D is #32E6B2. Grayscale: #545454. Windows color (decimal): -3335859 or 5052877. OLE color: 5052877.
HSL color Cylindrical-coordinate representation of color #CD194D: hue angle of 342.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD194D is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 25 | 77 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.20 |
| HSL | 342.67º | 0.78% | 0.45% | - |
| HSV(B) | 342.67º | 0.88% | 0.8% | - |
| XYZ | 26.86 | 14.21 | 8.35 | - |
| YUV | 84.75 | 123.63 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 25 | 77 | 0 | 0.88 | 0.62 | 0.20 | 342.67 | 0.78 | 0.45 |
| Hex | CD | 19 | 4D | 0 | 58 | 3E | 14 | 157 | 4E | 2D |
| Octal | 315 | 31 | 115 | 0 | 130 | 76 | 24 | 527 | 116 | 55 |
| Binary | 11001101 | 11001 | 1001101 | 0 | 1011000 | 111110 | 10100 | 101010111 | 1001110 | 101101 |
Color Harmonies of #CD194D
Complementary color
Monochromatic Colors of #CD194D
Black with #CD194D
Text Example
Text Example
White with #CD194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD194D; }
p { color: rgb(205,25,77); }
H1.HeaderClassName
{
color: #CD194D;
}
.AnyTagClassName
{
color: #CD194D;
}
</style>
background-color css
<style>
a { background-color: #CD194D; }
a { background-color: rgb(205,25,77); }
div.DivClassName
{
background-color: #CD194D;
}
.BgClassName
{
background-color: #CD194D;
}
</style>
border-color css
<style>
span { border-color: #CD194D; }
span { border-color: rgb(205,25,77); }
td.TdClassName
{
border-color: #CD194D;
}
.TagClassName
{
border-color: #CD194D;
}
</style>