Shades of Pizza #C28A35
Tints of Pizza #C28A35
RGB
CMYK
RGB Variations
Color information
#C28A35 (or 0xC28A35) is known color: Pizza. HEX triplet: C2, 8A and 35. RGB value is (194,138,53). Sum of RGB (Red+Green+Blue) = 194+138+53=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A35 is #3D75CA. Grayscale: #919191. Windows color (decimal): -4027851 or 3508930. OLE color: 3508930.
HSL color Cylindrical-coordinate representation of color #C28A35: hue angle of 36.17º 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 #C28A35 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 53 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.24 |
| HSL | 36.17º | 0.57% | 0.48% | - |
| HSV(B) | 36.17º | 0.73% | 0.76% | - |
| XYZ | 31.98 | 29.9 | 7.45 | - |
| YUV | 145.05 | 76.05 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 53 | 0 | 0.29 | 0.73 | 0.24 | 36.17 | 0.57 | 0.48 |
| Hex | C2 | 8A | 35 | 0 | 1D | 49 | 18 | 24 | 39 | 30 |
| Octal | 302 | 212 | 65 | 0 | 35 | 111 | 30 | 44 | 71 | 60 |
| Binary | 11000010 | 10001010 | 110101 | 0 | 11101 | 1001001 | 11000 | 100100 | 111001 | 110000 |
Color Harmonies of #C28A35
Complementary color
Monochromatic Colors of #C28A35
Black with #C28A35
Text Example
Text Example
White with #C28A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A35; }
p { color: rgb(194,138,53); }
H1.HeaderClassName
{
color: #C28A35;
}
.AnyTagClassName
{
color: #C28A35;
}
</style>
background-color css
<style>
a { background-color: #C28A35; }
a { background-color: rgb(194,138,53); }
div.DivClassName
{
background-color: #C28A35;
}
.BgClassName
{
background-color: #C28A35;
}
</style>
border-color css
<style>
span { border-color: #C28A35; }
span { border-color: rgb(194,138,53); }
td.TdClassName
{
border-color: #C28A35;
}
.TagClassName
{
border-color: #C28A35;
}
</style>