Shades of Pizza #C08A41
Tints of Pizza #C08A41
RGB
CMYK
RGB Variations
Color information
#C08A41 (or 0xC08A41) is known color: Pizza. HEX triplet: C0, 8A and 41. RGB value is (192,138,65). Sum of RGB (Red+Green+Blue) = 192+138+65=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A41 is #3F75BE. Grayscale: #929292. Windows color (decimal): -4158911 or 4295360. OLE color: 4295360.
HSL color Cylindrical-coordinate representation of color #C08A41: hue angle of 34.49º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C08A41 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 65 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.25 |
| HSL | 34.49º | 0.5% | 0.5% | - |
| HSV(B) | 34.49º | 0.66% | 0.75% | - |
| XYZ | 31.78 | 29.77 | 9.07 | - |
| YUV | 145.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 65 | 0 | 0.28 | 0.66 | 0.25 | 34.49 | 0.5 | 0.5 |
| Hex | C0 | 8A | 41 | 0 | 1C | 42 | 19 | 22 | 32 | 32 |
| Octal | 300 | 212 | 101 | 0 | 34 | 102 | 31 | 42 | 62 | 62 |
| Binary | 11000000 | 10001010 | 1000001 | 0 | 11100 | 1000010 | 11001 | 100010 | 110010 | 110010 |
Color Harmonies of #C08A41
Complementary color
Monochromatic Colors of #C08A41
Black with #C08A41
Text Example
Text Example
White with #C08A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A41; }
p { color: rgb(192,138,65); }
H1.HeaderClassName
{
color: #C08A41;
}
.AnyTagClassName
{
color: #C08A41;
}
</style>
background-color css
<style>
a { background-color: #C08A41; }
a { background-color: rgb(192,138,65); }
div.DivClassName
{
background-color: #C08A41;
}
.BgClassName
{
background-color: #C08A41;
}
</style>
border-color css
<style>
span { border-color: #C08A41; }
span { border-color: rgb(192,138,65); }
td.TdClassName
{
border-color: #C08A41;
}
.TagClassName
{
border-color: #C08A41;
}
</style>