Shades of Pizza #C3983D
Tints of Pizza #C3983D
RGB
CMYK
RGB Variations
Color information
#C3983D (or 0xC3983D) is known color: Pizza. HEX triplet: C3, 98 and 3D. RGB value is (195,152,61). Sum of RGB (Red+Green+Blue) = 195+152+61=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3983D is #3C67C2. Grayscale: #9A9A9A. Windows color (decimal): -3958723 or 4036803. OLE color: 4036803.
HSL color Cylindrical-coordinate representation of color #C3983D: hue angle of 40.75º 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 #C3983D is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 61 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.24 |
| HSL | 40.75º | 0.53% | 0.5% | - |
| HSV(B) | 40.75º | 0.69% | 0.76% | - |
| XYZ | 34.58 | 34.4 | 9.23 | - |
| YUV | 154.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 61 | 0 | 0.22 | 0.69 | 0.24 | 40.75 | 0.53 | 0.5 |
| Hex | C3 | 98 | 3D | 0 | 16 | 45 | 18 | 29 | 35 | 32 |
| Octal | 303 | 230 | 75 | 0 | 26 | 105 | 30 | 51 | 65 | 62 |
| Binary | 11000011 | 10011000 | 111101 | 0 | 10110 | 1000101 | 11000 | 101001 | 110101 | 110010 |
Color Harmonies of #C3983D
Complementary color
Monochromatic Colors of #C3983D
Black with #C3983D
Text Example
Text Example
White with #C3983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3983D; }
p { color: rgb(195,152,61); }
H1.HeaderClassName
{
color: #C3983D;
}
.AnyTagClassName
{
color: #C3983D;
}
</style>
background-color css
<style>
a { background-color: #C3983D; }
a { background-color: rgb(195,152,61); }
div.DivClassName
{
background-color: #C3983D;
}
.BgClassName
{
background-color: #C3983D;
}
</style>
border-color css
<style>
span { border-color: #C3983D; }
span { border-color: rgb(195,152,61); }
td.TdClassName
{
border-color: #C3983D;
}
.TagClassName
{
border-color: #C3983D;
}
</style>