Shades of Pizza #C39237
Tints of Pizza #C39237
RGB
CMYK
RGB Variations
Color information
#C39237 (or 0xC39237) is known color: Pizza. HEX triplet: C3, 92 and 37. RGB value is (195,146,55). Sum of RGB (Red+Green+Blue) = 195+146+55=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 55 (21.88% from 255 or 13.89% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C39237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39237 is #3C6DC8. Grayscale: #969696. Windows color (decimal): -3960265 or 3642051. OLE color: 3642051.
HSL color Cylindrical-coordinate representation of color #C39237: hue angle of 39º 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 #C39237 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 55 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.24 |
| HSL | 39º | 0.56% | 0.49% | - |
| HSV(B) | 39º | 0.72% | 0.76% | - |
| XYZ | 33.47 | 32.44 | 8.11 | - |
| YUV | 150.28 | 74.23 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 55 | 0 | 0.25 | 0.72 | 0.24 | 39 | 0.56 | 0.49 |
| Hex | C3 | 92 | 37 | 0 | 19 | 48 | 18 | 27 | 38 | 31 |
| Octal | 303 | 222 | 67 | 0 | 31 | 110 | 30 | 47 | 70 | 61 |
| Binary | 11000011 | 10010010 | 110111 | 0 | 11001 | 1001000 | 11000 | 100111 | 111000 | 110001 |
Color Harmonies of #C39237
Complementary color
Monochromatic Colors of #C39237
Black with #C39237
Text Example
Text Example
White with #C39237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39237; }
p { color: rgb(195,146,55); }
H1.HeaderClassName
{
color: #C39237;
}
.AnyTagClassName
{
color: #C39237;
}
</style>
background-color css
<style>
a { background-color: #C39237; }
a { background-color: rgb(195,146,55); }
div.DivClassName
{
background-color: #C39237;
}
.BgClassName
{
background-color: #C39237;
}
</style>
border-color css
<style>
span { border-color: #C39237; }
span { border-color: rgb(195,146,55); }
td.TdClassName
{
border-color: #C39237;
}
.TagClassName
{
border-color: #C39237;
}
</style>