Shades of Pizza #C2913C
Tints of Pizza #C2913C
RGB
CMYK
RGB Variations
Color information
#C2913C (or 0xC2913C) is known color: Pizza. HEX triplet: C2, 91 and 3C. RGB value is (194,145,60). Sum of RGB (Red+Green+Blue) = 194+145+60=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2913C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2913C is #3D6EC3. Grayscale: #969696. Windows color (decimal): -4026052 or 3969474. OLE color: 3969474.
HSL color Cylindrical-coordinate representation of color #C2913C: hue angle of 38.06º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2913C is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 60 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.24 |
| HSL | 38.06º | 0.53% | 0.5% | - |
| HSV(B) | 38.06º | 0.69% | 0.76% | - |
| XYZ | 33.19 | 32.05 | 8.71 | - |
| YUV | 149.96 | 77.23 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 60 | 0 | 0.25 | 0.69 | 0.24 | 38.06 | 0.53 | 0.5 |
| Hex | C2 | 91 | 3C | 0 | 19 | 45 | 18 | 26 | 35 | 32 |
| Octal | 302 | 221 | 74 | 0 | 31 | 105 | 30 | 46 | 65 | 62 |
| Binary | 11000010 | 10010001 | 111100 | 0 | 11001 | 1000101 | 11000 | 100110 | 110101 | 110010 |
Color Harmonies of #C2913C
Complementary color
Monochromatic Colors of #C2913C
Black with #C2913C
Text Example
Text Example
White with #C2913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2913C; }
p { color: rgb(194,145,60); }
H1.HeaderClassName
{
color: #C2913C;
}
.AnyTagClassName
{
color: #C2913C;
}
</style>
background-color css
<style>
a { background-color: #C2913C; }
a { background-color: rgb(194,145,60); }
div.DivClassName
{
background-color: #C2913C;
}
.BgClassName
{
background-color: #C2913C;
}
</style>
border-color css
<style>
span { border-color: #C2913C; }
span { border-color: rgb(194,145,60); }
td.TdClassName
{
border-color: #C2913C;
}
.TagClassName
{
border-color: #C2913C;
}
</style>