Shades of Pizza #C29339
Tints of Pizza #C29339
RGB
CMYK
RGB Variations
Color information
#C29339 (or 0xC29339) is known color: Pizza. HEX triplet: C2, 93 and 39. RGB value is (194,147,57). Sum of RGB (Red+Green+Blue) = 194+147+57=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C29339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29339 is #3D6CC6. Grayscale: #979797. Windows color (decimal): -4025543 or 3773378. OLE color: 3773378.
HSL color Cylindrical-coordinate representation of color #C29339: hue angle of 39.42º 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 #C29339 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 57 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.24 |
| HSL | 39.42º | 0.55% | 0.49% | - |
| HSV(B) | 39.42º | 0.71% | 0.76% | - |
| XYZ | 33.42 | 32.63 | 8.41 | - |
| YUV | 150.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 57 | 0 | 0.24 | 0.71 | 0.24 | 39.42 | 0.55 | 0.49 |
| Hex | C2 | 93 | 39 | 0 | 18 | 47 | 18 | 27 | 37 | 31 |
| Octal | 302 | 223 | 71 | 0 | 30 | 107 | 30 | 47 | 67 | 61 |
| Binary | 11000010 | 10010011 | 111001 | 0 | 11000 | 1000111 | 11000 | 100111 | 110111 | 110001 |
Color Harmonies of #C29339
Complementary color
Monochromatic Colors of #C29339
Black with #C29339
Text Example
Text Example
White with #C29339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29339; }
p { color: rgb(194,147,57); }
H1.HeaderClassName
{
color: #C29339;
}
.AnyTagClassName
{
color: #C29339;
}
</style>
background-color css
<style>
a { background-color: #C29339; }
a { background-color: rgb(194,147,57); }
div.DivClassName
{
background-color: #C29339;
}
.BgClassName
{
background-color: #C29339;
}
</style>
border-color css
<style>
span { border-color: #C29339; }
span { border-color: rgb(194,147,57); }
td.TdClassName
{
border-color: #C29339;
}
.TagClassName
{
border-color: #C29339;
}
</style>