Shades of Pizza #C08938
Tints of Pizza #C08938
RGB
CMYK
RGB Variations
Color information
#C08938 (or 0xC08938) is known color: Pizza. HEX triplet: C0, 89 and 38. RGB value is (192,137,56). Sum of RGB (Red+Green+Blue) = 192+137+56=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C08938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08938 is #3F76C7. Grayscale: #909090. Windows color (decimal): -4159176 or 3705280. OLE color: 3705280.
HSL color Cylindrical-coordinate representation of color #C08938: hue angle of 35.74º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C08938 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 56 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.25 |
| HSL | 35.74º | 0.55% | 0.49% | - |
| HSV(B) | 35.74º | 0.71% | 0.75% | - |
| XYZ | 31.4 | 29.38 | 7.76 | - |
| YUV | 144.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 56 | 0 | 0.29 | 0.71 | 0.25 | 35.74 | 0.55 | 0.49 |
| Hex | C0 | 89 | 38 | 0 | 1D | 47 | 19 | 24 | 37 | 31 |
| Octal | 300 | 211 | 70 | 0 | 35 | 107 | 31 | 44 | 67 | 61 |
| Binary | 11000000 | 10001001 | 111000 | 0 | 11101 | 1000111 | 11001 | 100100 | 110111 | 110001 |
Color Harmonies of #C08938
Complementary color
Monochromatic Colors of #C08938
Black with #C08938
Text Example
Text Example
White with #C08938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08938; }
p { color: rgb(192,137,56); }
H1.HeaderClassName
{
color: #C08938;
}
.AnyTagClassName
{
color: #C08938;
}
</style>
background-color css
<style>
a { background-color: #C08938; }
a { background-color: rgb(192,137,56); }
div.DivClassName
{
background-color: #C08938;
}
.BgClassName
{
background-color: #C08938;
}
</style>
border-color css
<style>
span { border-color: #C08938; }
span { border-color: rgb(192,137,56); }
td.TdClassName
{
border-color: #C08938;
}
.TagClassName
{
border-color: #C08938;
}
</style>