Shades of Pizza #C08A42
Tints of Pizza #C08A42
RGB
CMYK
RGB Variations
Color information
#C08A42 (or 0xC08A42) is known color: Pizza. HEX triplet: C0, 8A and 42. RGB value is (192,138,66). Sum of RGB (Red+Green+Blue) = 192+138+66=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A42 is #3F75BD. Grayscale: #929292. Windows color (decimal): -4158910 or 4360896. OLE color: 4360896.
HSL color Cylindrical-coordinate representation of color #C08A42: hue angle of 34.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C08A42 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 66 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.25 |
| HSL | 34.29º | 0.5% | 0.51% | - |
| HSV(B) | 34.29º | 0.66% | 0.75% | - |
| XYZ | 31.81 | 29.78 | 9.23 | - |
| YUV | 145.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 66 | 0 | 0.28 | 0.66 | 0.25 | 34.29 | 0.5 | 0.51 |
| Hex | C0 | 8A | 42 | 0 | 1C | 42 | 19 | 22 | 32 | 33 |
| Octal | 300 | 212 | 102 | 0 | 34 | 102 | 31 | 42 | 62 | 63 |
| Binary | 11000000 | 10001010 | 1000010 | 0 | 11100 | 1000010 | 11001 | 100010 | 110010 | 110011 |
Color Harmonies of #C08A42
Complementary color
Monochromatic Colors of #C08A42
Black with #C08A42
Text Example
Text Example
White with #C08A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A42; }
p { color: rgb(192,138,66); }
H1.HeaderClassName
{
color: #C08A42;
}
.AnyTagClassName
{
color: #C08A42;
}
</style>
background-color css
<style>
a { background-color: #C08A42; }
a { background-color: rgb(192,138,66); }
div.DivClassName
{
background-color: #C08A42;
}
.BgClassName
{
background-color: #C08A42;
}
</style>
border-color css
<style>
span { border-color: #C08A42; }
span { border-color: rgb(192,138,66); }
td.TdClassName
{
border-color: #C08A42;
}
.TagClassName
{
border-color: #C08A42;
}
</style>