Shades of Cardinal #C3084D
Tints of Cardinal #C3084D
RGB
CMYK
RGB Variations
Color information
#C3084D (or 0xC3084D) is known color: Cardinal. HEX triplet: C3, 08 and 4D. RGB value is (195,8,77). Sum of RGB (Red+Green+Blue) = 195+8+77=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C3084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3084D is #3CF7B2. Grayscale: #474747. Windows color (decimal): -3995571 or 5048515. OLE color: 5048515.
HSL color Cylindrical-coordinate representation of color #C3084D: hue angle of 337.86º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3084D is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.24 |
| HSL | 337.86º | 0.92% | 0.4% | - |
| HSV(B) | 337.86º | 0.96% | 0.76% | - |
| XYZ | 23.93 | 12.31 | 8.14 | - |
| YUV | 71.78 | 130.95 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 77 | 0 | 0.96 | 0.61 | 0.24 | 337.86 | 0.92 | 0.4 |
| Hex | C3 | 8 | 4D | 0 | 60 | 3D | 18 | 152 | 5C | 28 |
| Octal | 303 | 10 | 115 | 0 | 140 | 75 | 30 | 522 | 134 | 50 |
| Binary | 11000011 | 1000 | 1001101 | 0 | 1100000 | 111101 | 11000 | 101010010 | 1011100 | 101000 |
Color Harmonies of #C3084D
Complementary color
Monochromatic Colors of #C3084D
Black with #C3084D
Text Example
Text Example
White with #C3084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3084D; }
p { color: rgb(195,8,77); }
H1.HeaderClassName
{
color: #C3084D;
}
.AnyTagClassName
{
color: #C3084D;
}
</style>
background-color css
<style>
a { background-color: #C3084D; }
a { background-color: rgb(195,8,77); }
div.DivClassName
{
background-color: #C3084D;
}
.BgClassName
{
background-color: #C3084D;
}
</style>
border-color css
<style>
span { border-color: #C3084D; }
span { border-color: rgb(195,8,77); }
td.TdClassName
{
border-color: #C3084D;
}
.TagClassName
{
border-color: #C3084D;
}
</style>