Shades of Pizza #C1973D
Tints of Pizza #C1973D
RGB
CMYK
RGB Variations
Color information
#C1973D (or 0xC1973D) is known color: Pizza. HEX triplet: C1, 97 and 3D. RGB value is (193,151,61). Sum of RGB (Red+Green+Blue) = 193+151+61=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1973D is #3E68C2. Grayscale: #999999. Windows color (decimal): -4090051 or 4036545. OLE color: 4036545.
HSL color Cylindrical-coordinate representation of color #C1973D: hue angle of 40.91º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1973D is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 61 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.24 |
| HSL | 40.91º | 0.52% | 0.5% | - |
| HSV(B) | 40.91º | 0.68% | 0.76% | - |
| XYZ | 33.9 | 33.81 | 9.15 | - |
| YUV | 153.3 | 75.91 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 61 | 0 | 0.22 | 0.68 | 0.24 | 40.91 | 0.52 | 0.5 |
| Hex | C1 | 97 | 3D | 0 | 16 | 44 | 18 | 29 | 34 | 32 |
| Octal | 301 | 227 | 75 | 0 | 26 | 104 | 30 | 51 | 64 | 62 |
| Binary | 11000001 | 10010111 | 111101 | 0 | 10110 | 1000100 | 11000 | 101001 | 110100 | 110010 |
Color Harmonies of #C1973D
Complementary color
Monochromatic Colors of #C1973D
Black with #C1973D
Text Example
Text Example
White with #C1973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1973D; }
p { color: rgb(193,151,61); }
H1.HeaderClassName
{
color: #C1973D;
}
.AnyTagClassName
{
color: #C1973D;
}
</style>
background-color css
<style>
a { background-color: #C1973D; }
a { background-color: rgb(193,151,61); }
div.DivClassName
{
background-color: #C1973D;
}
.BgClassName
{
background-color: #C1973D;
}
</style>
border-color css
<style>
span { border-color: #C1973D; }
span { border-color: rgb(193,151,61); }
td.TdClassName
{
border-color: #C1973D;
}
.TagClassName
{
border-color: #C1973D;
}
</style>