Shades of Pizza #C2903C
Tints of Pizza #C2903C
RGB
CMYK
RGB Variations
Color information
#C2903C (or 0xC2903C) is known color: Pizza. HEX triplet: C2, 90 and 3C. RGB value is (194,144,60). Sum of RGB (Red+Green+Blue) = 194+144+60=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2903C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2903C is #3D6FC3. Grayscale: #959595. Windows color (decimal): -4026308 or 3969218. OLE color: 3969218.
HSL color Cylindrical-coordinate representation of color #C2903C: hue angle of 37.61º 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 #C2903C is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 60 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.24 |
| HSL | 37.61º | 0.53% | 0.5% | - |
| HSV(B) | 37.61º | 0.69% | 0.76% | - |
| XYZ | 33.04 | 31.74 | 8.66 | - |
| YUV | 149.37 | 77.57 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 60 | 0 | 0.26 | 0.69 | 0.24 | 37.61 | 0.53 | 0.5 |
| Hex | C2 | 90 | 3C | 0 | 1A | 45 | 18 | 26 | 35 | 32 |
| Octal | 302 | 220 | 74 | 0 | 32 | 105 | 30 | 46 | 65 | 62 |
| Binary | 11000010 | 10010000 | 111100 | 0 | 11010 | 1000101 | 11000 | 100110 | 110101 | 110010 |
Color Harmonies of #C2903C
Complementary color
Monochromatic Colors of #C2903C
Black with #C2903C
Text Example
Text Example
White with #C2903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2903C; }
p { color: rgb(194,144,60); }
H1.HeaderClassName
{
color: #C2903C;
}
.AnyTagClassName
{
color: #C2903C;
}
</style>
background-color css
<style>
a { background-color: #C2903C; }
a { background-color: rgb(194,144,60); }
div.DivClassName
{
background-color: #C2903C;
}
.BgClassName
{
background-color: #C2903C;
}
</style>
border-color css
<style>
span { border-color: #C2903C; }
span { border-color: rgb(194,144,60); }
td.TdClassName
{
border-color: #C2903C;
}
.TagClassName
{
border-color: #C2903C;
}
</style>