Shades of Cardinal #C81648
Tints of Cardinal #C81648
RGB
CMYK
RGB Variations
Color information
#C81648 (or 0xC81648) is known color: Cardinal. HEX triplet: C8, 16 and 48. RGB value is (200,22,72). Sum of RGB (Red+Green+Blue) = 200+22+72=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C81648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81648 is #37E9B7. Grayscale: #505050. Windows color (decimal): -3664312 or 4724424. OLE color: 4724424.
HSL color Cylindrical-coordinate representation of color #C81648: hue angle of 343.15º 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 #C81648 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 72 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.22 |
| HSL | 343.15º | 0.8% | 0.44% | - |
| HSV(B) | 343.15º | 0.89% | 0.78% | - |
| XYZ | 25.28 | 13.32 | 7.37 | - |
| YUV | 80.92 | 122.97 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 72 | 0 | 0.89 | 0.64 | 0.22 | 343.15 | 0.8 | 0.44 |
| Hex | C8 | 16 | 48 | 0 | 59 | 40 | 16 | 157 | 50 | 2C |
| Octal | 310 | 26 | 110 | 0 | 131 | 100 | 26 | 527 | 120 | 54 |
| Binary | 11001000 | 10110 | 1001000 | 0 | 1011001 | 1000000 | 10110 | 101010111 | 1010000 | 101100 |
Color Harmonies of #C81648
Complementary color
Monochromatic Colors of #C81648
Black with #C81648
Text Example
Text Example
White with #C81648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81648; }
p { color: rgb(200,22,72); }
H1.HeaderClassName
{
color: #C81648;
}
.AnyTagClassName
{
color: #C81648;
}
</style>
background-color css
<style>
a { background-color: #C81648; }
a { background-color: rgb(200,22,72); }
div.DivClassName
{
background-color: #C81648;
}
.BgClassName
{
background-color: #C81648;
}
</style>
border-color css
<style>
span { border-color: #C81648; }
span { border-color: rgb(200,22,72); }
td.TdClassName
{
border-color: #C81648;
}
.TagClassName
{
border-color: #C81648;
}
</style>