Shades of Pizza #C28A38
Tints of Pizza #C28A38
RGB
CMYK
RGB Variations
Color information
#C28A38 (or 0xC28A38) is known color: Pizza. HEX triplet: C2, 8A and 38. RGB value is (194,138,56). Sum of RGB (Red+Green+Blue) = 194+138+56=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A38 is #3D75C7. Grayscale: #919191. Windows color (decimal): -4027848 or 3705538. OLE color: 3705538.
HSL color Cylindrical-coordinate representation of color #C28A38: hue angle of 35.65º 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 #C28A38 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 56 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.24 |
| HSL | 35.65º | 0.55% | 0.49% | - |
| HSV(B) | 35.65º | 0.71% | 0.76% | - |
| XYZ | 32.05 | 29.93 | 7.83 | - |
| YUV | 145.4 | 77.55 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 56 | 0 | 0.29 | 0.71 | 0.24 | 35.65 | 0.55 | 0.49 |
| Hex | C2 | 8A | 38 | 0 | 1D | 47 | 18 | 24 | 37 | 31 |
| Octal | 302 | 212 | 70 | 0 | 35 | 107 | 30 | 44 | 67 | 61 |
| Binary | 11000010 | 10001010 | 111000 | 0 | 11101 | 1000111 | 11000 | 100100 | 110111 | 110001 |
Color Harmonies of #C28A38
Complementary color
Monochromatic Colors of #C28A38
Black with #C28A38
Text Example
Text Example
White with #C28A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A38; }
p { color: rgb(194,138,56); }
H1.HeaderClassName
{
color: #C28A38;
}
.AnyTagClassName
{
color: #C28A38;
}
</style>
background-color css
<style>
a { background-color: #C28A38; }
a { background-color: rgb(194,138,56); }
div.DivClassName
{
background-color: #C28A38;
}
.BgClassName
{
background-color: #C28A38;
}
</style>
border-color css
<style>
span { border-color: #C28A38; }
span { border-color: rgb(194,138,56); }
td.TdClassName
{
border-color: #C28A38;
}
.TagClassName
{
border-color: #C28A38;
}
</style>