Shades of Pizza #C28B39
Tints of Pizza #C28B39
RGB
CMYK
RGB Variations
Color information
#C28B39 (or 0xC28B39) is known color: Pizza. HEX triplet: C2, 8B and 39. RGB value is (194,139,57). Sum of RGB (Red+Green+Blue) = 194+139+57=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28B39 is #3D74C6. Grayscale: #929292. Windows color (decimal): -4027591 or 3771330. OLE color: 3771330.
HSL color Cylindrical-coordinate representation of color #C28B39: hue angle of 35.91º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C28B39 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 57 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.24 |
| HSL | 35.91º | 0.55% | 0.49% | - |
| HSV(B) | 35.91º | 0.71% | 0.76% | - |
| XYZ | 32.22 | 30.23 | 8.01 | - |
| YUV | 146.1 | 77.72 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 57 | 0 | 0.28 | 0.71 | 0.24 | 35.91 | 0.55 | 0.49 |
| Hex | C2 | 8B | 39 | 0 | 1C | 47 | 18 | 24 | 37 | 31 |
| Octal | 302 | 213 | 71 | 0 | 34 | 107 | 30 | 44 | 67 | 61 |
| Binary | 11000010 | 10001011 | 111001 | 0 | 11100 | 1000111 | 11000 | 100100 | 110111 | 110001 |
Color Harmonies of #C28B39
Complementary color
Monochromatic Colors of #C28B39
Black with #C28B39
Text Example
Text Example
White with #C28B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B39; }
p { color: rgb(194,139,57); }
H1.HeaderClassName
{
color: #C28B39;
}
.AnyTagClassName
{
color: #C28B39;
}
</style>
background-color css
<style>
a { background-color: #C28B39; }
a { background-color: rgb(194,139,57); }
div.DivClassName
{
background-color: #C28B39;
}
.BgClassName
{
background-color: #C28B39;
}
</style>
border-color css
<style>
span { border-color: #C28B39; }
span { border-color: rgb(194,139,57); }
td.TdClassName
{
border-color: #C28B39;
}
.TagClassName
{
border-color: #C28B39;
}
</style>