Shades of Pizza #C29640
Tints of Pizza #C29640
RGB
CMYK
RGB Variations
Color information
#C29640 (or 0xC29640) is known color: Pizza. HEX triplet: C2, 96 and 40. RGB value is (194,150,64). Sum of RGB (Red+Green+Blue) = 194+150+64=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C29640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29640 is #3D69BF. Grayscale: #999999. Windows color (decimal): -4024768 or 4232898. OLE color: 4232898.
HSL color Cylindrical-coordinate representation of color #C29640: hue angle of 39.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C29640 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 64 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.24 |
| HSL | 39.69º | 0.52% | 0.51% | - |
| HSV(B) | 39.69º | 0.67% | 0.76% | - |
| XYZ | 34.08 | 33.65 | 9.55 | - |
| YUV | 153.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 64 | 0 | 0.23 | 0.67 | 0.24 | 39.69 | 0.52 | 0.51 |
| Hex | C2 | 96 | 40 | 0 | 17 | 43 | 18 | 28 | 34 | 33 |
| Octal | 302 | 226 | 100 | 0 | 27 | 103 | 30 | 50 | 64 | 63 |
| Binary | 11000010 | 10010110 | 1000000 | 0 | 10111 | 1000011 | 11000 | 101000 | 110100 | 110011 |
Color Harmonies of #C29640
Complementary color
Monochromatic Colors of #C29640
Black with #C29640
Text Example
Text Example
White with #C29640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29640; }
p { color: rgb(194,150,64); }
H1.HeaderClassName
{
color: #C29640;
}
.AnyTagClassName
{
color: #C29640;
}
</style>
background-color css
<style>
a { background-color: #C29640; }
a { background-color: rgb(194,150,64); }
div.DivClassName
{
background-color: #C29640;
}
.BgClassName
{
background-color: #C29640;
}
</style>
border-color css
<style>
span { border-color: #C29640; }
span { border-color: rgb(194,150,64); }
td.TdClassName
{
border-color: #C29640;
}
.TagClassName
{
border-color: #C29640;
}
</style>