Shades of Pizza #C2953C
Tints of Pizza #C2953C
RGB
CMYK
RGB Variations
Color information
#C2953C (or 0xC2953C) is known color: Pizza. HEX triplet: C2, 95 and 3C. RGB value is (194,149,60). Sum of RGB (Red+Green+Blue) = 194+149+60=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2953C is #3D6AC3. Grayscale: #989898. Windows color (decimal): -4025028 or 3970498. OLE color: 3970498.
HSL color Cylindrical-coordinate representation of color #C2953C: hue angle of 39.85º 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 #C2953C is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 60 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.24 |
| HSL | 39.85º | 0.53% | 0.5% | - |
| HSV(B) | 39.85º | 0.69% | 0.76% | - |
| XYZ | 33.81 | 33.29 | 8.92 | - |
| YUV | 152.31 | 75.91 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 60 | 0 | 0.23 | 0.69 | 0.24 | 39.85 | 0.53 | 0.5 |
| Hex | C2 | 95 | 3C | 0 | 17 | 45 | 18 | 28 | 35 | 32 |
| Octal | 302 | 225 | 74 | 0 | 27 | 105 | 30 | 50 | 65 | 62 |
| Binary | 11000010 | 10010101 | 111100 | 0 | 10111 | 1000101 | 11000 | 101000 | 110101 | 110010 |
Color Harmonies of #C2953C
Complementary color
Monochromatic Colors of #C2953C
Black with #C2953C
Text Example
Text Example
White with #C2953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2953C; }
p { color: rgb(194,149,60); }
H1.HeaderClassName
{
color: #C2953C;
}
.AnyTagClassName
{
color: #C2953C;
}
</style>
background-color css
<style>
a { background-color: #C2953C; }
a { background-color: rgb(194,149,60); }
div.DivClassName
{
background-color: #C2953C;
}
.BgClassName
{
background-color: #C2953C;
}
</style>
border-color css
<style>
span { border-color: #C2953C; }
span { border-color: rgb(194,149,60); }
td.TdClassName
{
border-color: #C2953C;
}
.TagClassName
{
border-color: #C2953C;
}
</style>