Shades of Pizza #C29639
Tints of Pizza #C29639
RGB
CMYK
RGB Variations
Color information
#C29639 (or 0xC29639) is known color: Pizza. HEX triplet: C2, 96 and 39. RGB value is (194,150,57). Sum of RGB (Red+Green+Blue) = 194+150+57=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 57 (22.66% from 255 or 14.21% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C29639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29639 is #3D69C6. Grayscale: #989898. Windows color (decimal): -4024775 or 3774146. OLE color: 3774146.
HSL color Cylindrical-coordinate representation of color #C29639: hue angle of 40.73º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C29639 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 57 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.24 |
| HSL | 40.73º | 0.55% | 0.49% | - |
| HSV(B) | 40.73º | 0.71% | 0.76% | - |
| XYZ | 33.89 | 33.58 | 8.57 | - |
| YUV | 152.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 57 | 0 | 0.23 | 0.71 | 0.24 | 40.73 | 0.55 | 0.49 |
| Hex | C2 | 96 | 39 | 0 | 17 | 47 | 18 | 29 | 37 | 31 |
| Octal | 302 | 226 | 71 | 0 | 27 | 107 | 30 | 51 | 67 | 61 |
| Binary | 11000010 | 10010110 | 111001 | 0 | 10111 | 1000111 | 11000 | 101001 | 110111 | 110001 |
Color Harmonies of #C29639
Complementary color
Monochromatic Colors of #C29639
Black with #C29639
Text Example
Text Example
White with #C29639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29639; }
p { color: rgb(194,150,57); }
H1.HeaderClassName
{
color: #C29639;
}
.AnyTagClassName
{
color: #C29639;
}
</style>
background-color css
<style>
a { background-color: #C29639; }
a { background-color: rgb(194,150,57); }
div.DivClassName
{
background-color: #C29639;
}
.BgClassName
{
background-color: #C29639;
}
</style>
border-color css
<style>
span { border-color: #C29639; }
span { border-color: rgb(194,150,57); }
td.TdClassName
{
border-color: #C29639;
}
.TagClassName
{
border-color: #C29639;
}
</style>