Shades of Pizza #C28935
Tints of Pizza #C28935
RGB
CMYK
RGB Variations
Color information
#C28935 (or 0xC28935) is known color: Pizza. HEX triplet: C2, 89 and 35. RGB value is (194,137,53). Sum of RGB (Red+Green+Blue) = 194+137+53=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C28935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28935 is #3D76CA. Grayscale: #909090. Windows color (decimal): -4028107 or 3508674. OLE color: 3508674.
HSL color Cylindrical-coordinate representation of color #C28935: hue angle of 35.74º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C28935 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 53 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.24 |
| HSL | 35.74º | 0.57% | 0.48% | - |
| HSV(B) | 35.74º | 0.73% | 0.76% | - |
| XYZ | 31.84 | 29.62 | 7.41 | - |
| YUV | 144.47 | 76.38 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 53 | 0 | 0.29 | 0.73 | 0.24 | 35.74 | 0.57 | 0.48 |
| Hex | C2 | 89 | 35 | 0 | 1D | 49 | 18 | 24 | 39 | 30 |
| Octal | 302 | 211 | 65 | 0 | 35 | 111 | 30 | 44 | 71 | 60 |
| Binary | 11000010 | 10001001 | 110101 | 0 | 11101 | 1001001 | 11000 | 100100 | 111001 | 110000 |
Color Harmonies of #C28935
Complementary color
Monochromatic Colors of #C28935
Black with #C28935
Text Example
Text Example
White with #C28935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28935; }
p { color: rgb(194,137,53); }
H1.HeaderClassName
{
color: #C28935;
}
.AnyTagClassName
{
color: #C28935;
}
</style>
background-color css
<style>
a { background-color: #C28935; }
a { background-color: rgb(194,137,53); }
div.DivClassName
{
background-color: #C28935;
}
.BgClassName
{
background-color: #C28935;
}
</style>
border-color css
<style>
span { border-color: #C28935; }
span { border-color: rgb(194,137,53); }
td.TdClassName
{
border-color: #C28935;
}
.TagClassName
{
border-color: #C28935;
}
</style>