Shades of Pizza #C0913D
Tints of Pizza #C0913D
RGB
CMYK
RGB Variations
Color information
#C0913D (or 0xC0913D) is known color: Pizza. HEX triplet: C0, 91 and 3D. RGB value is (192,145,61). Sum of RGB (Red+Green+Blue) = 192+145+61=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0913D is #3F6EC2. Grayscale: #959595. Windows color (decimal): -4157123 or 4035008. OLE color: 4035008.
HSL color Cylindrical-coordinate representation of color #C0913D: hue angle of 38.47º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0913D is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 61 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.25 |
| HSL | 38.47º | 0.52% | 0.5% | - |
| HSV(B) | 38.47º | 0.68% | 0.75% | - |
| XYZ | 32.71 | 31.79 | 8.83 | - |
| YUV | 149.48 | 78.07 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 61 | 0 | 0.24 | 0.68 | 0.25 | 38.47 | 0.52 | 0.5 |
| Hex | C0 | 91 | 3D | 0 | 18 | 44 | 19 | 26 | 34 | 32 |
| Octal | 300 | 221 | 75 | 0 | 30 | 104 | 31 | 46 | 64 | 62 |
| Binary | 11000000 | 10010001 | 111101 | 0 | 11000 | 1000100 | 11001 | 100110 | 110100 | 110010 |
Color Harmonies of #C0913D
Complementary color
Monochromatic Colors of #C0913D
Black with #C0913D
Text Example
Text Example
White with #C0913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0913D; }
p { color: rgb(192,145,61); }
H1.HeaderClassName
{
color: #C0913D;
}
.AnyTagClassName
{
color: #C0913D;
}
</style>
background-color css
<style>
a { background-color: #C0913D; }
a { background-color: rgb(192,145,61); }
div.DivClassName
{
background-color: #C0913D;
}
.BgClassName
{
background-color: #C0913D;
}
</style>
border-color css
<style>
span { border-color: #C0913D; }
span { border-color: rgb(192,145,61); }
td.TdClassName
{
border-color: #C0913D;
}
.TagClassName
{
border-color: #C0913D;
}
</style>