Shades of Pizza #C39039
Tints of Pizza #C39039
RGB
CMYK
RGB Variations
Color information
#C39039 (or 0xC39039) is known color: Pizza. HEX triplet: C3, 90 and 39. RGB value is (195,144,57). Sum of RGB (Red+Green+Blue) = 195+144+57=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 57 (22.66% from 255 or 14.39% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C39039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39039 is #3C6FC6. Grayscale: #959595. Windows color (decimal): -3960775 or 3772611. OLE color: 3772611.
HSL color Cylindrical-coordinate representation of color #C39039: hue angle of 37.83º 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 #C39039 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 57 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.24 |
| HSL | 37.83º | 0.55% | 0.49% | - |
| HSV(B) | 37.83º | 0.71% | 0.76% | - |
| XYZ | 33.22 | 31.84 | 8.27 | - |
| YUV | 149.33 | 75.9 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 57 | 0 | 0.26 | 0.71 | 0.24 | 37.83 | 0.55 | 0.49 |
| Hex | C3 | 90 | 39 | 0 | 1A | 47 | 18 | 26 | 37 | 31 |
| Octal | 303 | 220 | 71 | 0 | 32 | 107 | 30 | 46 | 67 | 61 |
| Binary | 11000011 | 10010000 | 111001 | 0 | 11010 | 1000111 | 11000 | 100110 | 110111 | 110001 |
Color Harmonies of #C39039
Complementary color
Monochromatic Colors of #C39039
Black with #C39039
Text Example
Text Example
White with #C39039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39039; }
p { color: rgb(195,144,57); }
H1.HeaderClassName
{
color: #C39039;
}
.AnyTagClassName
{
color: #C39039;
}
</style>
background-color css
<style>
a { background-color: #C39039; }
a { background-color: rgb(195,144,57); }
div.DivClassName
{
background-color: #C39039;
}
.BgClassName
{
background-color: #C39039;
}
</style>
border-color css
<style>
span { border-color: #C39039; }
span { border-color: rgb(195,144,57); }
td.TdClassName
{
border-color: #C39039;
}
.TagClassName
{
border-color: #C39039;
}
</style>