Shades of Pizza #C28F38
Tints of Pizza #C28F38
RGB
CMYK
RGB Variations
Color information
#C28F38 (or 0xC28F38) is known color: Pizza. HEX triplet: C2, 8F and 38. RGB value is (194,143,56). Sum of RGB (Red+Green+Blue) = 194+143+56=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F38 is #3D70C7. Grayscale: #949494. Windows color (decimal): -4026568 or 3706818. OLE color: 3706818.
HSL color Cylindrical-coordinate representation of color #C28F38: hue angle of 37.83º 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 #C28F38 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 56 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.24 |
| HSL | 37.83º | 0.55% | 0.49% | - |
| HSV(B) | 37.83º | 0.71% | 0.76% | - |
| XYZ | 32.78 | 31.4 | 8.07 | - |
| YUV | 148.33 | 75.9 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 56 | 0 | 0.26 | 0.71 | 0.24 | 37.83 | 0.55 | 0.49 |
| Hex | C2 | 8F | 38 | 0 | 1A | 47 | 18 | 26 | 37 | 31 |
| Octal | 302 | 217 | 70 | 0 | 32 | 107 | 30 | 46 | 67 | 61 |
| Binary | 11000010 | 10001111 | 111000 | 0 | 11010 | 1000111 | 11000 | 100110 | 110111 | 110001 |
Color Harmonies of #C28F38
Complementary color
Monochromatic Colors of #C28F38
Black with #C28F38
Text Example
Text Example
White with #C28F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F38; }
p { color: rgb(194,143,56); }
H1.HeaderClassName
{
color: #C28F38;
}
.AnyTagClassName
{
color: #C28F38;
}
</style>
background-color css
<style>
a { background-color: #C28F38; }
a { background-color: rgb(194,143,56); }
div.DivClassName
{
background-color: #C28F38;
}
.BgClassName
{
background-color: #C28F38;
}
</style>
border-color css
<style>
span { border-color: #C28F38; }
span { border-color: rgb(194,143,56); }
td.TdClassName
{
border-color: #C28F38;
}
.TagClassName
{
border-color: #C28F38;
}
</style>