Shades of Pizza #C3893B
Tints of Pizza #C3893B
RGB
CMYK
RGB Variations
Color information
#C3893B (or 0xC3893B) is known color: Pizza. HEX triplet: C3, 89 and 3B. RGB value is (195,137,59). Sum of RGB (Red+Green+Blue) = 195+137+59=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3893B is #3C76C4. Grayscale: #919191. Windows color (decimal): -3962565 or 3901891. OLE color: 3901891.
HSL color Cylindrical-coordinate representation of color #C3893B: hue angle of 34.41º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3893B is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 59 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.24 |
| HSL | 34.41º | 0.54% | 0.5% | - |
| HSV(B) | 34.41º | 0.7% | 0.76% | - |
| XYZ | 32.24 | 29.81 | 8.19 | - |
| YUV | 145.45 | 79.22 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 59 | 0 | 0.30 | 0.70 | 0.24 | 34.41 | 0.54 | 0.5 |
| Hex | C3 | 89 | 3B | 0 | 1E | 46 | 18 | 22 | 36 | 32 |
| Octal | 303 | 211 | 73 | 0 | 36 | 106 | 30 | 42 | 66 | 62 |
| Binary | 11000011 | 10001001 | 111011 | 0 | 11110 | 1000110 | 11000 | 100010 | 110110 | 110010 |
Color Harmonies of #C3893B
Complementary color
Monochromatic Colors of #C3893B
Black with #C3893B
Text Example
Text Example
White with #C3893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3893B; }
p { color: rgb(195,137,59); }
H1.HeaderClassName
{
color: #C3893B;
}
.AnyTagClassName
{
color: #C3893B;
}
</style>
background-color css
<style>
a { background-color: #C3893B; }
a { background-color: rgb(195,137,59); }
div.DivClassName
{
background-color: #C3893B;
}
.BgClassName
{
background-color: #C3893B;
}
</style>
border-color css
<style>
span { border-color: #C3893B; }
span { border-color: rgb(195,137,59); }
td.TdClassName
{
border-color: #C3893B;
}
.TagClassName
{
border-color: #C3893B;
}
</style>