Shades of Pizza #C1973A
Tints of Pizza #C1973A
RGB
CMYK
RGB Variations
Color information
#C1973A (or 0xC1973A) is known color: Pizza. HEX triplet: C1, 97 and 3A. RGB value is (193,151,58). Sum of RGB (Red+Green+Blue) = 193+151+58=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 58 (23.05% from 255 or 14.43% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1973A is #3E68C5. Grayscale: #999999. Windows color (decimal): -4090054 or 3839937. OLE color: 3839937.
HSL color Cylindrical-coordinate representation of color #C1973A: hue angle of 41.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1973A is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 58 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.24 |
| HSL | 41.33º | 0.54% | 0.49% | - |
| HSV(B) | 41.33º | 0.7% | 0.76% | - |
| XYZ | 33.82 | 33.78 | 8.74 | - |
| YUV | 152.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 58 | 0 | 0.22 | 0.70 | 0.24 | 41.33 | 0.54 | 0.49 |
| Hex | C1 | 97 | 3A | 0 | 16 | 46 | 18 | 29 | 36 | 31 |
| Octal | 301 | 227 | 72 | 0 | 26 | 106 | 30 | 51 | 66 | 61 |
| Binary | 11000001 | 10010111 | 111010 | 0 | 10110 | 1000110 | 11000 | 101001 | 110110 | 110001 |
Color Harmonies of #C1973A
Complementary color
Monochromatic Colors of #C1973A
Black with #C1973A
Text Example
Text Example
White with #C1973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1973A; }
p { color: rgb(193,151,58); }
H1.HeaderClassName
{
color: #C1973A;
}
.AnyTagClassName
{
color: #C1973A;
}
</style>
background-color css
<style>
a { background-color: #C1973A; }
a { background-color: rgb(193,151,58); }
div.DivClassName
{
background-color: #C1973A;
}
.BgClassName
{
background-color: #C1973A;
}
</style>
border-color css
<style>
span { border-color: #C1973A; }
span { border-color: rgb(193,151,58); }
td.TdClassName
{
border-color: #C1973A;
}
.TagClassName
{
border-color: #C1973A;
}
</style>