Shades of Pizza #C0973C
Tints of Pizza #C0973C
RGB
CMYK
RGB Variations
Color information
#C0973C (or 0xC0973C) is known color: Pizza. HEX triplet: C0, 97 and 3C. RGB value is (192,151,60). Sum of RGB (Red+Green+Blue) = 192+151+60=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0973C is #3F68C3. Grayscale: #999999. Windows color (decimal): -4155588 or 3971008. OLE color: 3971008.
HSL color Cylindrical-coordinate representation of color #C0973C: hue angle of 41.36º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0973C is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 60 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.25 |
| HSL | 41.36º | 0.52% | 0.49% | - |
| HSV(B) | 41.36º | 0.69% | 0.75% | - |
| XYZ | 33.62 | 33.67 | 9 | - |
| YUV | 152.89 | 75.58 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 60 | 0 | 0.21 | 0.69 | 0.25 | 41.36 | 0.52 | 0.49 |
| Hex | C0 | 97 | 3C | 0 | 15 | 45 | 19 | 29 | 34 | 31 |
| Octal | 300 | 227 | 74 | 0 | 25 | 105 | 31 | 51 | 64 | 61 |
| Binary | 11000000 | 10010111 | 111100 | 0 | 10101 | 1000101 | 11001 | 101001 | 110100 | 110001 |
Color Harmonies of #C0973C
Complementary color
Monochromatic Colors of #C0973C
Black with #C0973C
Text Example
Text Example
White with #C0973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0973C; }
p { color: rgb(192,151,60); }
H1.HeaderClassName
{
color: #C0973C;
}
.AnyTagClassName
{
color: #C0973C;
}
</style>
background-color css
<style>
a { background-color: #C0973C; }
a { background-color: rgb(192,151,60); }
div.DivClassName
{
background-color: #C0973C;
}
.BgClassName
{
background-color: #C0973C;
}
</style>
border-color css
<style>
span { border-color: #C0973C; }
span { border-color: rgb(192,151,60); }
td.TdClassName
{
border-color: #C0973C;
}
.TagClassName
{
border-color: #C0973C;
}
</style>