Shades of Cardinal #C3203C
Tints of Cardinal #C3203C
RGB
CMYK
RGB Variations
Color information
#C3203C (or 0xC3203C) is known color: Cardinal. HEX triplet: C3, 20 and 3C. RGB value is (195,32,60). Sum of RGB (Red+Green+Blue) = 195+32+60=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C3203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3203C is #3CDFC3. Grayscale: #535353. Windows color (decimal): -3989444 or 3940547. OLE color: 3940547.
HSL color Cylindrical-coordinate representation of color #C3203C: hue angle of 349.69º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3203C is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 60 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.24 |
| HSL | 349.69º | 0.72% | 0.45% | - |
| HSV(B) | 349.69º | 0.84% | 0.76% | - |
| XYZ | 23.84 | 12.96 | 5.52 | - |
| YUV | 83.93 | 114.5 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 60 | 0 | 0.84 | 0.69 | 0.24 | 349.69 | 0.72 | 0.45 |
| Hex | C3 | 20 | 3C | 0 | 54 | 45 | 18 | 15E | 48 | 2D |
| Octal | 303 | 40 | 74 | 0 | 124 | 105 | 30 | 536 | 110 | 55 |
| Binary | 11000011 | 100000 | 111100 | 0 | 1010100 | 1000101 | 11000 | 101011110 | 1001000 | 101101 |
Color Harmonies of #C3203C
Complementary color
Monochromatic Colors of #C3203C
Black with #C3203C
Text Example
Text Example
White with #C3203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3203C; }
p { color: rgb(195,32,60); }
H1.HeaderClassName
{
color: #C3203C;
}
.AnyTagClassName
{
color: #C3203C;
}
</style>
background-color css
<style>
a { background-color: #C3203C; }
a { background-color: rgb(195,32,60); }
div.DivClassName
{
background-color: #C3203C;
}
.BgClassName
{
background-color: #C3203C;
}
</style>
border-color css
<style>
span { border-color: #C3203C; }
span { border-color: rgb(195,32,60); }
td.TdClassName
{
border-color: #C3203C;
}
.TagClassName
{
border-color: #C3203C;
}
</style>