Shades of Pizza #C08A3E
Tints of Pizza #C08A3E
RGB
CMYK
RGB Variations
Color information
#C08A3E (or 0xC08A3E) is known color: Pizza. HEX triplet: C0, 8A and 3E. RGB value is (192,138,62). Sum of RGB (Red+Green+Blue) = 192+138+62=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A3E is #3F75C1. Grayscale: #919191. Windows color (decimal): -4158914 or 4098752. OLE color: 4098752.
HSL color Cylindrical-coordinate representation of color #C08A3E: hue angle of 35.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C08A3E is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 62 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.25 |
| HSL | 35.08º | 0.51% | 0.5% | - |
| HSV(B) | 35.08º | 0.68% | 0.75% | - |
| XYZ | 31.7 | 29.73 | 8.63 | - |
| YUV | 145.48 | 80.89 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 62 | 0 | 0.28 | 0.68 | 0.25 | 35.08 | 0.51 | 0.5 |
| Hex | C0 | 8A | 3E | 0 | 1C | 44 | 19 | 23 | 33 | 32 |
| Octal | 300 | 212 | 76 | 0 | 34 | 104 | 31 | 43 | 63 | 62 |
| Binary | 11000000 | 10001010 | 111110 | 0 | 11100 | 1000100 | 11001 | 100011 | 110011 | 110010 |
Color Harmonies of #C08A3E
Complementary color
Monochromatic Colors of #C08A3E
Black with #C08A3E
Text Example
Text Example
White with #C08A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A3E; }
p { color: rgb(192,138,62); }
H1.HeaderClassName
{
color: #C08A3E;
}
.AnyTagClassName
{
color: #C08A3E;
}
</style>
background-color css
<style>
a { background-color: #C08A3E; }
a { background-color: rgb(192,138,62); }
div.DivClassName
{
background-color: #C08A3E;
}
.BgClassName
{
background-color: #C08A3E;
}
</style>
border-color css
<style>
span { border-color: #C08A3E; }
span { border-color: rgb(192,138,62); }
td.TdClassName
{
border-color: #C08A3E;
}
.TagClassName
{
border-color: #C08A3E;
}
</style>