Shades of Pizza #C29037
Tints of Pizza #C29037
RGB
CMYK
RGB Variations
Color information
#C29037 (or 0xC29037) is known color: Pizza. HEX triplet: C2, 90 and 37. RGB value is (194,144,55). Sum of RGB (Red+Green+Blue) = 194+144+55=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C29037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29037 is #3D6FC8. Grayscale: #959595. Windows color (decimal): -4026313 or 3641538. OLE color: 3641538.
HSL color Cylindrical-coordinate representation of color #C29037: hue angle of 38.42º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C29037 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 55 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.24 |
| HSL | 38.42º | 0.56% | 0.49% | - |
| HSV(B) | 38.42º | 0.72% | 0.76% | - |
| XYZ | 32.91 | 31.69 | 8 | - |
| YUV | 148.8 | 75.07 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 55 | 0 | 0.26 | 0.72 | 0.24 | 38.42 | 0.56 | 0.49 |
| Hex | C2 | 90 | 37 | 0 | 1A | 48 | 18 | 26 | 38 | 31 |
| Octal | 302 | 220 | 67 | 0 | 32 | 110 | 30 | 46 | 70 | 61 |
| Binary | 11000010 | 10010000 | 110111 | 0 | 11010 | 1001000 | 11000 | 100110 | 111000 | 110001 |
Color Harmonies of #C29037
Complementary color
Monochromatic Colors of #C29037
Black with #C29037
Text Example
Text Example
White with #C29037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29037; }
p { color: rgb(194,144,55); }
H1.HeaderClassName
{
color: #C29037;
}
.AnyTagClassName
{
color: #C29037;
}
</style>
background-color css
<style>
a { background-color: #C29037; }
a { background-color: rgb(194,144,55); }
div.DivClassName
{
background-color: #C29037;
}
.BgClassName
{
background-color: #C29037;
}
</style>
border-color css
<style>
span { border-color: #C29037; }
span { border-color: rgb(194,144,55); }
td.TdClassName
{
border-color: #C29037;
}
.TagClassName
{
border-color: #C29037;
}
</style>