Shades of Cardinal #C2084D
Tints of Cardinal #C2084D
RGB
CMYK
RGB Variations
Color information
#C2084D (or 0xC2084D) is known color: Cardinal. HEX triplet: C2, 08 and 4D. RGB value is (194,8,77). Sum of RGB (Red+Green+Blue) = 194+8+77=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C2084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2084D is #3DF7B2. Grayscale: #474747. Windows color (decimal): -4061107 or 5048514. OLE color: 5048514.
HSL color Cylindrical-coordinate representation of color #C2084D: hue angle of 337.74º 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 #C2084D is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.24 |
| HSL | 337.74º | 0.92% | 0.4% | - |
| HSV(B) | 337.74º | 0.96% | 0.76% | - |
| XYZ | 23.67 | 12.18 | 8.12 | - |
| YUV | 71.48 | 131.12 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 77 | 0 | 0.96 | 0.60 | 0.24 | 337.74 | 0.92 | 0.4 |
| Hex | C2 | 8 | 4D | 0 | 60 | 3C | 18 | 152 | 5C | 28 |
| Octal | 302 | 10 | 115 | 0 | 140 | 74 | 30 | 522 | 134 | 50 |
| Binary | 11000010 | 1000 | 1001101 | 0 | 1100000 | 111100 | 11000 | 101010010 | 1011100 | 101000 |
Color Harmonies of #C2084D
Complementary color
Monochromatic Colors of #C2084D
Black with #C2084D
Text Example
Text Example
White with #C2084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2084D; }
p { color: rgb(194,8,77); }
H1.HeaderClassName
{
color: #C2084D;
}
.AnyTagClassName
{
color: #C2084D;
}
</style>
background-color css
<style>
a { background-color: #C2084D; }
a { background-color: rgb(194,8,77); }
div.DivClassName
{
background-color: #C2084D;
}
.BgClassName
{
background-color: #C2084D;
}
</style>
border-color css
<style>
span { border-color: #C2084D; }
span { border-color: rgb(194,8,77); }
td.TdClassName
{
border-color: #C2084D;
}
.TagClassName
{
border-color: #C2084D;
}
</style>