Shades of Pizza #C2983D
Tints of Pizza #C2983D
RGB
CMYK
RGB Variations
Color information
#C2983D (or 0xC2983D) is known color: Pizza. HEX triplet: C2, 98 and 3D. RGB value is (194,152,61). Sum of RGB (Red+Green+Blue) = 194+152+61=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2983D is #3D67C2. Grayscale: #9A9A9A. Windows color (decimal): -4024259 or 4036802. OLE color: 4036802.
HSL color Cylindrical-coordinate representation of color #C2983D: hue angle of 41.05º degrees, saturation: 0.52, 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 #C2983D is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 61 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.24 |
| HSL | 41.05º | 0.52% | 0.5% | - |
| HSV(B) | 41.05º | 0.69% | 0.76% | - |
| XYZ | 34.32 | 34.26 | 9.22 | - |
| YUV | 154.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 61 | 0 | 0.22 | 0.69 | 0.24 | 41.05 | 0.52 | 0.5 |
| Hex | C2 | 98 | 3D | 0 | 16 | 45 | 18 | 29 | 34 | 32 |
| Octal | 302 | 230 | 75 | 0 | 26 | 105 | 30 | 51 | 64 | 62 |
| Binary | 11000010 | 10011000 | 111101 | 0 | 10110 | 1000101 | 11000 | 101001 | 110100 | 110010 |
Color Harmonies of #C2983D
Complementary color
Monochromatic Colors of #C2983D
Black with #C2983D
Text Example
Text Example
White with #C2983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2983D; }
p { color: rgb(194,152,61); }
H1.HeaderClassName
{
color: #C2983D;
}
.AnyTagClassName
{
color: #C2983D;
}
</style>
background-color css
<style>
a { background-color: #C2983D; }
a { background-color: rgb(194,152,61); }
div.DivClassName
{
background-color: #C2983D;
}
.BgClassName
{
background-color: #C2983D;
}
</style>
border-color css
<style>
span { border-color: #C2983D; }
span { border-color: rgb(194,152,61); }
td.TdClassName
{
border-color: #C2983D;
}
.TagClassName
{
border-color: #C2983D;
}
</style>