Shades of Pizza #C3993B
Tints of Pizza #C3993B
RGB
CMYK
RGB Variations
Color information
#C3993B (or 0xC3993B) is known color: Pizza. HEX triplet: C3, 99 and 3B. RGB value is (195,153,59). Sum of RGB (Red+Green+Blue) = 195+153+59=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3993B is #3C66C4. Grayscale: #9B9B9B. Windows color (decimal): -3958469 or 3905987. OLE color: 3905987.
HSL color Cylindrical-coordinate representation of color #C3993B: hue angle of 41.47º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3993B is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 59 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.24 |
| HSL | 41.47º | 0.54% | 0.5% | - |
| HSV(B) | 41.47º | 0.7% | 0.76% | - |
| XYZ | 34.69 | 34.7 | 9.01 | - |
| YUV | 154.84 | 73.91 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 59 | 0 | 0.22 | 0.70 | 0.24 | 41.47 | 0.54 | 0.5 |
| Hex | C3 | 99 | 3B | 0 | 16 | 46 | 18 | 29 | 36 | 32 |
| Octal | 303 | 231 | 73 | 0 | 26 | 106 | 30 | 51 | 66 | 62 |
| Binary | 11000011 | 10011001 | 111011 | 0 | 10110 | 1000110 | 11000 | 101001 | 110110 | 110010 |
Color Harmonies of #C3993B
Complementary color
Monochromatic Colors of #C3993B
Black with #C3993B
Text Example
Text Example
White with #C3993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3993B; }
p { color: rgb(195,153,59); }
H1.HeaderClassName
{
color: #C3993B;
}
.AnyTagClassName
{
color: #C3993B;
}
</style>
background-color css
<style>
a { background-color: #C3993B; }
a { background-color: rgb(195,153,59); }
div.DivClassName
{
background-color: #C3993B;
}
.BgClassName
{
background-color: #C3993B;
}
</style>
border-color css
<style>
span { border-color: #C3993B; }
span { border-color: rgb(195,153,59); }
td.TdClassName
{
border-color: #C3993B;
}
.TagClassName
{
border-color: #C3993B;
}
</style>