Shades of Pizza #C08641
Tints of Pizza #C08641
RGB
CMYK
RGB Variations
Color information
#C08641 (or 0xC08641) is known color: Pizza. HEX triplet: C0, 86 and 41. RGB value is (192,134,65). Sum of RGB (Red+Green+Blue) = 192+134+65=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C08641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08641 is #3F79BE. Grayscale: #8F8F8F. Windows color (decimal): -4159935 or 4294336. OLE color: 4294336.
HSL color Cylindrical-coordinate representation of color #C08641: hue angle of 32.6º 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 #C08641 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 65 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.25 |
| HSL | 32.6º | 0.5% | 0.5% | - |
| HSV(B) | 32.6º | 0.66% | 0.75% | - |
| XYZ | 31.22 | 28.64 | 8.88 | - |
| YUV | 143.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 65 | 0 | 0.30 | 0.66 | 0.25 | 32.6 | 0.5 | 0.5 |
| Hex | C0 | 86 | 41 | 0 | 1E | 42 | 19 | 21 | 32 | 32 |
| Octal | 300 | 206 | 101 | 0 | 36 | 102 | 31 | 41 | 62 | 62 |
| Binary | 11000000 | 10000110 | 1000001 | 0 | 11110 | 1000010 | 11001 | 100001 | 110010 | 110010 |
Color Harmonies of #C08641
Complementary color
Monochromatic Colors of #C08641
Black with #C08641
Text Example
Text Example
White with #C08641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08641; }
p { color: rgb(192,134,65); }
H1.HeaderClassName
{
color: #C08641;
}
.AnyTagClassName
{
color: #C08641;
}
</style>
background-color css
<style>
a { background-color: #C08641; }
a { background-color: rgb(192,134,65); }
div.DivClassName
{
background-color: #C08641;
}
.BgClassName
{
background-color: #C08641;
}
</style>
border-color css
<style>
span { border-color: #C08641; }
span { border-color: rgb(192,134,65); }
td.TdClassName
{
border-color: #C08641;
}
.TagClassName
{
border-color: #C08641;
}
</style>