Shades of Pizza #C28D3E
Tints of Pizza #C28D3E
RGB
CMYK
RGB Variations
Color information
#C28D3E (or 0xC28D3E) is known color: Pizza. HEX triplet: C2, 8D and 3E. RGB value is (194,141,62). Sum of RGB (Red+Green+Blue) = 194+141+62=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28D3E is #3D72C1. Grayscale: #949494. Windows color (decimal): -4027074 or 4099522. OLE color: 4099522.
HSL color Cylindrical-coordinate representation of color #C28D3E: hue angle of 35.91º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C28D3E is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 62 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.24 |
| HSL | 35.91º | 0.52% | 0.5% | - |
| HSV(B) | 35.91º | 0.68% | 0.76% | - |
| XYZ | 32.64 | 30.87 | 8.79 | - |
| YUV | 147.84 | 79.56 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 62 | 0 | 0.27 | 0.68 | 0.24 | 35.91 | 0.52 | 0.5 |
| Hex | C2 | 8D | 3E | 0 | 1B | 44 | 18 | 24 | 34 | 32 |
| Octal | 302 | 215 | 76 | 0 | 33 | 104 | 30 | 44 | 64 | 62 |
| Binary | 11000010 | 10001101 | 111110 | 0 | 11011 | 1000100 | 11000 | 100100 | 110100 | 110010 |
Color Harmonies of #C28D3E
Complementary color
Monochromatic Colors of #C28D3E
Black with #C28D3E
Text Example
Text Example
White with #C28D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D3E; }
p { color: rgb(194,141,62); }
H1.HeaderClassName
{
color: #C28D3E;
}
.AnyTagClassName
{
color: #C28D3E;
}
</style>
background-color css
<style>
a { background-color: #C28D3E; }
a { background-color: rgb(194,141,62); }
div.DivClassName
{
background-color: #C28D3E;
}
.BgClassName
{
background-color: #C28D3E;
}
</style>
border-color css
<style>
span { border-color: #C28D3E; }
span { border-color: rgb(194,141,62); }
td.TdClassName
{
border-color: #C28D3E;
}
.TagClassName
{
border-color: #C28D3E;
}
</style>