Shades of Cardinal #C30649
Tints of Cardinal #C30649
RGB
CMYK
RGB Variations
Color information
#C30649 (or 0xC30649) is known color: Cardinal. HEX triplet: C3, 06 and 49. RGB value is (195,6,73). Sum of RGB (Red+Green+Blue) = 195+6+73=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C30649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30649 is #3CF9B6. Grayscale: #464646. Windows color (decimal): -3996087 or 4785859. OLE color: 4785859.
HSL color Cylindrical-coordinate representation of color #C30649: hue angle of 338.73º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30649 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 73 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.24 |
| HSL | 338.73º | 0.94% | 0.39% | - |
| HSV(B) | 338.73º | 0.97% | 0.76% | - |
| XYZ | 23.77 | 12.21 | 7.41 | - |
| YUV | 70.15 | 129.62 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 73 | 0 | 0.97 | 0.63 | 0.24 | 338.73 | 0.94 | 0.39 |
| Hex | C3 | 6 | 49 | 0 | 61 | 3F | 18 | 153 | 5E | 27 |
| Octal | 303 | 6 | 111 | 0 | 141 | 77 | 30 | 523 | 136 | 47 |
| Binary | 11000011 | 110 | 1001001 | 0 | 1100001 | 111111 | 11000 | 101010011 | 1011110 | 100111 |
Color Harmonies of #C30649
Complementary color
Monochromatic Colors of #C30649
Black with #C30649
Text Example
Text Example
White with #C30649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30649; }
p { color: rgb(195,6,73); }
H1.HeaderClassName
{
color: #C30649;
}
.AnyTagClassName
{
color: #C30649;
}
</style>
background-color css
<style>
a { background-color: #C30649; }
a { background-color: rgb(195,6,73); }
div.DivClassName
{
background-color: #C30649;
}
.BgClassName
{
background-color: #C30649;
}
</style>
border-color css
<style>
span { border-color: #C30649; }
span { border-color: rgb(195,6,73); }
td.TdClassName
{
border-color: #C30649;
}
.TagClassName
{
border-color: #C30649;
}
</style>