Shades of Cardinal #CD163D
Tints of Cardinal #CD163D
RGB
CMYK
RGB Variations
Color information
#CD163D (or 0xCD163D) is known color: Cardinal. HEX triplet: CD, 16 and 3D. RGB value is (205,22,61). Sum of RGB (Red+Green+Blue) = 205+22+61=288 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.18% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 205 - color contains mainly: red. Hex color #CD163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD163D is #32E9C2. Grayscale: #515151. Windows color (decimal): -3336643 or 4003533. OLE color: 4003533.
HSL color Cylindrical-coordinate representation of color #CD163D: hue angle of 347.21º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD163D is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 22 | 61 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.20 |
| HSL | 347.21º | 0.81% | 0.45% | - |
| HSV(B) | 347.21º | 0.89% | 0.8% | - |
| XYZ | 26.31 | 13.89 | 5.71 | - |
| YUV | 81.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 22 | 61 | 0 | 0.89 | 0.70 | 0.20 | 347.21 | 0.81 | 0.45 |
| Hex | CD | 16 | 3D | 0 | 59 | 46 | 14 | 15B | 51 | 2D |
| Octal | 315 | 26 | 75 | 0 | 131 | 106 | 24 | 533 | 121 | 55 |
| Binary | 11001101 | 10110 | 111101 | 0 | 1011001 | 1000110 | 10100 | 101011011 | 1010001 | 101101 |
Color Harmonies of #CD163D
Complementary color
Monochromatic Colors of #CD163D
Black with #CD163D
Text Example
Text Example
White with #CD163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD163D; }
p { color: rgb(205,22,61); }
H1.HeaderClassName
{
color: #CD163D;
}
.AnyTagClassName
{
color: #CD163D;
}
</style>
background-color css
<style>
a { background-color: #CD163D; }
a { background-color: rgb(205,22,61); }
div.DivClassName
{
background-color: #CD163D;
}
.BgClassName
{
background-color: #CD163D;
}
</style>
border-color css
<style>
span { border-color: #CD163D; }
span { border-color: rgb(205,22,61); }
td.TdClassName
{
border-color: #CD163D;
}
.TagClassName
{
border-color: #CD163D;
}
</style>