Shades of Cardinal #C8184C
Tints of Cardinal #C8184C
RGB
CMYK
RGB Variations
Color information
#C8184C (or 0xC8184C) is known color: Cardinal. HEX triplet: C8, 18 and 4C. RGB value is (200,24,76). Sum of RGB (Red+Green+Blue) = 200+24+76=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8184C is #37E7B3. Grayscale: #525252. Windows color (decimal): -3663796 or 4987080. OLE color: 4987080.
HSL color Cylindrical-coordinate representation of color #C8184C: hue angle of 342.27º 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 #C8184C is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 76 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.22 |
| HSL | 342.27º | 0.79% | 0.44% | - |
| HSV(B) | 342.27º | 0.88% | 0.78% | - |
| XYZ | 25.45 | 13.45 | 8.09 | - |
| YUV | 82.55 | 124.31 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 76 | 0 | 0.88 | 0.62 | 0.22 | 342.27 | 0.79 | 0.44 |
| Hex | C8 | 18 | 4C | 0 | 58 | 3E | 16 | 156 | 4F | 2C |
| Octal | 310 | 30 | 114 | 0 | 130 | 76 | 26 | 526 | 117 | 54 |
| Binary | 11001000 | 11000 | 1001100 | 0 | 1011000 | 111110 | 10110 | 101010110 | 1001111 | 101100 |
Color Harmonies of #C8184C
Complementary color
Monochromatic Colors of #C8184C
Black with #C8184C
Text Example
Text Example
White with #C8184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8184C; }
p { color: rgb(200,24,76); }
H1.HeaderClassName
{
color: #C8184C;
}
.AnyTagClassName
{
color: #C8184C;
}
</style>
background-color css
<style>
a { background-color: #C8184C; }
a { background-color: rgb(200,24,76); }
div.DivClassName
{
background-color: #C8184C;
}
.BgClassName
{
background-color: #C8184C;
}
</style>
border-color css
<style>
span { border-color: #C8184C; }
span { border-color: rgb(200,24,76); }
td.TdClassName
{
border-color: #C8184C;
}
.TagClassName
{
border-color: #C8184C;
}
</style>