Shades of Cardinal #C0064B
Tints of Cardinal #C0064B
RGB
CMYK
RGB Variations
Color information
#C0064B (or 0xC0064B) is known color: Cardinal. HEX triplet: C0, 06 and 4B. RGB value is (192,6,75). Sum of RGB (Red+Green+Blue) = 192+6+75=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0064B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0064B is #3FF9B4. Grayscale: #454545. Windows color (decimal): -4192693 or 4916928. OLE color: 4916928.
HSL color Cylindrical-coordinate representation of color #C0064B: hue angle of 337.74º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0064B is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 75 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.25 |
| HSL | 337.74º | 0.94% | 0.39% | - |
| HSV(B) | 337.74º | 0.97% | 0.75% | - |
| XYZ | 23.07 | 11.84 | 7.73 | - |
| YUV | 69.48 | 131.12 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 75 | 0 | 0.97 | 0.61 | 0.25 | 337.74 | 0.94 | 0.39 |
| Hex | C0 | 6 | 4B | 0 | 61 | 3D | 19 | 152 | 5E | 27 |
| Octal | 300 | 6 | 113 | 0 | 141 | 75 | 31 | 522 | 136 | 47 |
| Binary | 11000000 | 110 | 1001011 | 0 | 1100001 | 111101 | 11001 | 101010010 | 1011110 | 100111 |
Color Harmonies of #C0064B
Complementary color
Monochromatic Colors of #C0064B
Black with #C0064B
Text Example
Text Example
White with #C0064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0064B; }
p { color: rgb(192,6,75); }
H1.HeaderClassName
{
color: #C0064B;
}
.AnyTagClassName
{
color: #C0064B;
}
</style>
background-color css
<style>
a { background-color: #C0064B; }
a { background-color: rgb(192,6,75); }
div.DivClassName
{
background-color: #C0064B;
}
.BgClassName
{
background-color: #C0064B;
}
</style>
border-color css
<style>
span { border-color: #C0064B; }
span { border-color: rgb(192,6,75); }
td.TdClassName
{
border-color: #C0064B;
}
.TagClassName
{
border-color: #C0064B;
}
</style>