Shades of Pizza #C28B3C
Tints of Pizza #C28B3C
RGB
CMYK
RGB Variations
Color information
#C28B3C (or 0xC28B3C) is known color: Pizza. HEX triplet: C2, 8B and 3C. RGB value is (194,139,60). Sum of RGB (Red+Green+Blue) = 194+139+60=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28B3C is #3D74C3. Grayscale: #929292. Windows color (decimal): -4027588 or 3967938. OLE color: 3967938.
HSL color Cylindrical-coordinate representation of color #C28B3C: hue angle of 35.37º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C28B3C is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 60 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.24 |
| HSL | 35.37º | 0.53% | 0.5% | - |
| HSV(B) | 35.37º | 0.69% | 0.76% | - |
| XYZ | 32.3 | 30.26 | 8.41 | - |
| YUV | 146.44 | 79.22 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 60 | 0 | 0.28 | 0.69 | 0.24 | 35.37 | 0.53 | 0.5 |
| Hex | C2 | 8B | 3C | 0 | 1C | 45 | 18 | 23 | 35 | 32 |
| Octal | 302 | 213 | 74 | 0 | 34 | 105 | 30 | 43 | 65 | 62 |
| Binary | 11000010 | 10001011 | 111100 | 0 | 11100 | 1000101 | 11000 | 100011 | 110101 | 110010 |
Color Harmonies of #C28B3C
Complementary color
Monochromatic Colors of #C28B3C
Black with #C28B3C
Text Example
Text Example
White with #C28B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B3C; }
p { color: rgb(194,139,60); }
H1.HeaderClassName
{
color: #C28B3C;
}
.AnyTagClassName
{
color: #C28B3C;
}
</style>
background-color css
<style>
a { background-color: #C28B3C; }
a { background-color: rgb(194,139,60); }
div.DivClassName
{
background-color: #C28B3C;
}
.BgClassName
{
background-color: #C28B3C;
}
</style>
border-color css
<style>
span { border-color: #C28B3C; }
span { border-color: rgb(194,139,60); }
td.TdClassName
{
border-color: #C28B3C;
}
.TagClassName
{
border-color: #C28B3C;
}
</style>