Shades of Pizza #C58D33
Tints of Pizza #C58D33
RGB
CMYK
RGB Variations
Color information
#C58D33 (or 0xC58D33) is known color: Pizza. HEX triplet: C5, 8D and 33. RGB value is (197,141,51). Sum of RGB (Red+Green+Blue) = 197+141+51=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D33 is #3A72CC. Grayscale: #939393. Windows color (decimal): -3830477 or 3378629. OLE color: 3378629.
HSL color Cylindrical-coordinate representation of color #C58D33: hue angle of 36.99º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C58D33 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 51 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.23 |
| HSL | 36.99º | 0.59% | 0.49% | - |
| HSV(B) | 36.99º | 0.74% | 0.77% | - |
| XYZ | 33.15 | 31.16 | 7.4 | - |
| YUV | 147.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 51 | 0 | 0.28 | 0.74 | 0.23 | 36.99 | 0.59 | 0.49 |
| Hex | C5 | 8D | 33 | 0 | 1C | 4A | 17 | 25 | 3B | 31 |
| Octal | 305 | 215 | 63 | 0 | 34 | 112 | 27 | 45 | 73 | 61 |
| Binary | 11000101 | 10001101 | 110011 | 0 | 11100 | 1001010 | 10111 | 100101 | 111011 | 110001 |
Color Harmonies of #C58D33
Complementary color
Monochromatic Colors of #C58D33
Black with #C58D33
Text Example
Text Example
White with #C58D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D33; }
p { color: rgb(197,141,51); }
H1.HeaderClassName
{
color: #C58D33;
}
.AnyTagClassName
{
color: #C58D33;
}
</style>
background-color css
<style>
a { background-color: #C58D33; }
a { background-color: rgb(197,141,51); }
div.DivClassName
{
background-color: #C58D33;
}
.BgClassName
{
background-color: #C58D33;
}
</style>
border-color css
<style>
span { border-color: #C58D33; }
span { border-color: rgb(197,141,51); }
td.TdClassName
{
border-color: #C58D33;
}
.TagClassName
{
border-color: #C58D33;
}
</style>