Shades of Pizza #C2903D
Tints of Pizza #C2903D
RGB
CMYK
RGB Variations
Color information
#C2903D (or 0xC2903D) is known color: Pizza. HEX triplet: C2, 90 and 3D. RGB value is (194,144,61). Sum of RGB (Red+Green+Blue) = 194+144+61=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2903D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2903D is #3D6FC2. Grayscale: #959595. Windows color (decimal): -4026307 or 4034754. OLE color: 4034754.
HSL color Cylindrical-coordinate representation of color #C2903D: hue angle of 37.44º 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 #C2903D is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 61 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.24 |
| HSL | 37.44º | 0.52% | 0.5% | - |
| HSV(B) | 37.44º | 0.69% | 0.76% | - |
| XYZ | 33.06 | 31.75 | 8.8 | - |
| YUV | 149.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 61 | 0 | 0.26 | 0.69 | 0.24 | 37.44 | 0.52 | 0.5 |
| Hex | C2 | 90 | 3D | 0 | 1A | 45 | 18 | 25 | 34 | 32 |
| Octal | 302 | 220 | 75 | 0 | 32 | 105 | 30 | 45 | 64 | 62 |
| Binary | 11000010 | 10010000 | 111101 | 0 | 11010 | 1000101 | 11000 | 100101 | 110100 | 110010 |
Color Harmonies of #C2903D
Complementary color
Monochromatic Colors of #C2903D
Black with #C2903D
Text Example
Text Example
White with #C2903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2903D; }
p { color: rgb(194,144,61); }
H1.HeaderClassName
{
color: #C2903D;
}
.AnyTagClassName
{
color: #C2903D;
}
</style>
background-color css
<style>
a { background-color: #C2903D; }
a { background-color: rgb(194,144,61); }
div.DivClassName
{
background-color: #C2903D;
}
.BgClassName
{
background-color: #C2903D;
}
</style>
border-color css
<style>
span { border-color: #C2903D; }
span { border-color: rgb(194,144,61); }
td.TdClassName
{
border-color: #C2903D;
}
.TagClassName
{
border-color: #C2903D;
}
</style>