Shades of Cardinal #CD163C
Tints of Cardinal #CD163C
RGB
CMYK
RGB Variations
Color information
#CD163C (or 0xCD163C) is known color: Cardinal. HEX triplet: CD, 16 and 3C. RGB value is (205,22,60). Sum of RGB (Red+Green+Blue) = 205+22+60=287 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.43% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 205 - color contains mainly: red. Hex color #CD163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD163C is #32E9C3. Grayscale: #515151. Windows color (decimal): -3336644 or 3937997. OLE color: 3937997.
HSL color Cylindrical-coordinate representation of color #CD163C: hue angle of 347.54º 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 #CD163C is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 22 | 60 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.20 |
| HSL | 347.54º | 0.81% | 0.45% | - |
| HSV(B) | 347.54º | 0.89% | 0.8% | - |
| XYZ | 26.28 | 13.88 | 5.57 | - |
| YUV | 81.05 | 116.13 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 22 | 60 | 0 | 0.89 | 0.71 | 0.20 | 347.54 | 0.81 | 0.45 |
| Hex | CD | 16 | 3C | 0 | 59 | 47 | 14 | 15C | 51 | 2D |
| Octal | 315 | 26 | 74 | 0 | 131 | 107 | 24 | 534 | 121 | 55 |
| Binary | 11001101 | 10110 | 111100 | 0 | 1011001 | 1000111 | 10100 | 101011100 | 1010001 | 101101 |
Color Harmonies of #CD163C
Complementary color
Monochromatic Colors of #CD163C
Black with #CD163C
Text Example
Text Example
White with #CD163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD163C; }
p { color: rgb(205,22,60); }
H1.HeaderClassName
{
color: #CD163C;
}
.AnyTagClassName
{
color: #CD163C;
}
</style>
background-color css
<style>
a { background-color: #CD163C; }
a { background-color: rgb(205,22,60); }
div.DivClassName
{
background-color: #CD163C;
}
.BgClassName
{
background-color: #CD163C;
}
</style>
border-color css
<style>
span { border-color: #CD163C; }
span { border-color: rgb(205,22,60); }
td.TdClassName
{
border-color: #CD163C;
}
.TagClassName
{
border-color: #CD163C;
}
</style>