Shades of Pizza #C3983C
Tints of Pizza #C3983C
RGB
CMYK
RGB Variations
Color information
#C3983C (or 0xC3983C) is known color: Pizza. HEX triplet: C3, 98 and 3C. RGB value is (195,152,60). Sum of RGB (Red+Green+Blue) = 195+152+60=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3983C is #3C67C3. Grayscale: #9A9A9A. Windows color (decimal): -3958724 or 3971267. OLE color: 3971267.
HSL color Cylindrical-coordinate representation of color #C3983C: hue angle of 40.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3983C is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 60 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.24 |
| HSL | 40.89º | 0.53% | 0.5% | - |
| HSV(B) | 40.89º | 0.69% | 0.76% | - |
| XYZ | 34.55 | 34.38 | 9.09 | - |
| YUV | 154.37 | 74.75 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 60 | 0 | 0.22 | 0.69 | 0.24 | 40.89 | 0.53 | 0.5 |
| Hex | C3 | 98 | 3C | 0 | 16 | 45 | 18 | 29 | 35 | 32 |
| Octal | 303 | 230 | 74 | 0 | 26 | 105 | 30 | 51 | 65 | 62 |
| Binary | 11000011 | 10011000 | 111100 | 0 | 10110 | 1000101 | 11000 | 101001 | 110101 | 110010 |
Color Harmonies of #C3983C
Complementary color
Monochromatic Colors of #C3983C
Black with #C3983C
Text Example
Text Example
White with #C3983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3983C; }
p { color: rgb(195,152,60); }
H1.HeaderClassName
{
color: #C3983C;
}
.AnyTagClassName
{
color: #C3983C;
}
</style>
background-color css
<style>
a { background-color: #C3983C; }
a { background-color: rgb(195,152,60); }
div.DivClassName
{
background-color: #C3983C;
}
.BgClassName
{
background-color: #C3983C;
}
</style>
border-color css
<style>
span { border-color: #C3983C; }
span { border-color: rgb(195,152,60); }
td.TdClassName
{
border-color: #C3983C;
}
.TagClassName
{
border-color: #C3983C;
}
</style>