Shades of Pizza #C08637
Tints of Pizza #C08637
RGB
CMYK
RGB Variations
Color information
#C08637 (or 0xC08637) is known color: Pizza. HEX triplet: C0, 86 and 37. RGB value is (192,134,55). Sum of RGB (Red+Green+Blue) = 192+134+55=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C08637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08637 is #3F79C8. Grayscale: #8E8E8E. Windows color (decimal): -4159945 or 3638976. OLE color: 3638976.
HSL color Cylindrical-coordinate representation of color #C08637: hue angle of 34.6º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C08637 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 55 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.25 |
| HSL | 34.6º | 0.55% | 0.48% | - |
| HSV(B) | 34.6º | 0.71% | 0.75% | - |
| XYZ | 30.95 | 28.53 | 7.49 | - |
| YUV | 142.34 | 78.72 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 55 | 0 | 0.30 | 0.71 | 0.25 | 34.6 | 0.55 | 0.48 |
| Hex | C0 | 86 | 37 | 0 | 1E | 47 | 19 | 23 | 37 | 30 |
| Octal | 300 | 206 | 67 | 0 | 36 | 107 | 31 | 43 | 67 | 60 |
| Binary | 11000000 | 10000110 | 110111 | 0 | 11110 | 1000111 | 11001 | 100011 | 110111 | 110000 |
Color Harmonies of #C08637
Complementary color
Monochromatic Colors of #C08637
Black with #C08637
Text Example
Text Example
White with #C08637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08637; }
p { color: rgb(192,134,55); }
H1.HeaderClassName
{
color: #C08637;
}
.AnyTagClassName
{
color: #C08637;
}
</style>
background-color css
<style>
a { background-color: #C08637; }
a { background-color: rgb(192,134,55); }
div.DivClassName
{
background-color: #C08637;
}
.BgClassName
{
background-color: #C08637;
}
</style>
border-color css
<style>
span { border-color: #C08637; }
span { border-color: rgb(192,134,55); }
td.TdClassName
{
border-color: #C08637;
}
.TagClassName
{
border-color: #C08637;
}
</style>