Shades of Cardinal #C1084B
Tints of Cardinal #C1084B
RGB
CMYK
RGB Variations
Color information
#C1084B (or 0xC1084B) is known color: Cardinal. HEX triplet: C1, 08 and 4B. RGB value is (193,8,75). Sum of RGB (Red+Green+Blue) = 193+8+75=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C1084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1084B is #3EF7B4. Grayscale: #464646. Windows color (decimal): -4126645 or 4917441. OLE color: 4917441.
HSL color Cylindrical-coordinate representation of color #C1084B: hue angle of 338.27º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1084B is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 8 | 75 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.24 |
| HSL | 338.27º | 0.92% | 0.39% | - |
| HSV(B) | 338.27º | 0.96% | 0.76% | - |
| XYZ | 23.35 | 12.02 | 7.75 | - |
| YUV | 70.95 | 130.29 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 75 | 0 | 0.96 | 0.61 | 0.24 | 338.27 | 0.92 | 0.39 |
| Hex | C1 | 8 | 4B | 0 | 60 | 3D | 18 | 152 | 5C | 27 |
| Octal | 301 | 10 | 113 | 0 | 140 | 75 | 30 | 522 | 134 | 47 |
| Binary | 11000001 | 1000 | 1001011 | 0 | 1100000 | 111101 | 11000 | 101010010 | 1011100 | 100111 |
Color Harmonies of #C1084B
Complementary color
Monochromatic Colors of #C1084B
Black with #C1084B
Text Example
Text Example
White with #C1084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1084B; }
p { color: rgb(193,8,75); }
H1.HeaderClassName
{
color: #C1084B;
}
.AnyTagClassName
{
color: #C1084B;
}
</style>
background-color css
<style>
a { background-color: #C1084B; }
a { background-color: rgb(193,8,75); }
div.DivClassName
{
background-color: #C1084B;
}
.BgClassName
{
background-color: #C1084B;
}
</style>
border-color css
<style>
span { border-color: #C1084B; }
span { border-color: rgb(193,8,75); }
td.TdClassName
{
border-color: #C1084B;
}
.TagClassName
{
border-color: #C1084B;
}
</style>