Shades of Cardinal #C80F4C
Tints of Cardinal #C80F4C
RGB
CMYK
RGB Variations
Color information
#C80F4C (or 0xC80F4C) is known color: Cardinal. HEX triplet: C8, 0F and 4C. RGB value is (200,15,76). Sum of RGB (Red+Green+Blue) = 200+15+76=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80F4C is #37F0B3. Grayscale: #4D4D4D. Windows color (decimal): -3666100 or 4984776. OLE color: 4984776.
HSL color Cylindrical-coordinate representation of color #C80F4C: hue angle of 340.22º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80F4C is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 76 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.22 |
| HSL | 340.22º | 0.86% | 0.42% | - |
| HSV(B) | 340.22º | 0.93% | 0.78% | - |
| XYZ | 25.29 | 13.14 | 8.04 | - |
| YUV | 77.27 | 127.29 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 76 | 0 | 0.92 | 0.62 | 0.22 | 340.22 | 0.86 | 0.42 |
| Hex | C8 | F | 4C | 0 | 5C | 3E | 16 | 154 | 56 | 2A |
| Octal | 310 | 17 | 114 | 0 | 134 | 76 | 26 | 524 | 126 | 52 |
| Binary | 11001000 | 1111 | 1001100 | 0 | 1011100 | 111110 | 10110 | 101010100 | 1010110 | 101010 |
Color Harmonies of #C80F4C
Complementary color
Monochromatic Colors of #C80F4C
Black with #C80F4C
Text Example
Text Example
White with #C80F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80F4C; }
p { color: rgb(200,15,76); }
H1.HeaderClassName
{
color: #C80F4C;
}
.AnyTagClassName
{
color: #C80F4C;
}
</style>
background-color css
<style>
a { background-color: #C80F4C; }
a { background-color: rgb(200,15,76); }
div.DivClassName
{
background-color: #C80F4C;
}
.BgClassName
{
background-color: #C80F4C;
}
</style>
border-color css
<style>
span { border-color: #C80F4C; }
span { border-color: rgb(200,15,76); }
td.TdClassName
{
border-color: #C80F4C;
}
.TagClassName
{
border-color: #C80F4C;
}
</style>