Shades of Pizza #C58C33
Tints of Pizza #C58C33
RGB
CMYK
RGB Variations
Color information
#C58C33 (or 0xC58C33) is known color: Pizza. HEX triplet: C5, 8C and 33. RGB value is (197,140,51). Sum of RGB (Red+Green+Blue) = 197+140+51=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58C33 is #3A73CC. Grayscale: #939393. Windows color (decimal): -3830733 or 3378373. OLE color: 3378373.
HSL color Cylindrical-coordinate representation of color #C58C33: hue angle of 36.58º 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 #C58C33 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 51 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.23 |
| HSL | 36.58º | 0.59% | 0.49% | - |
| HSV(B) | 36.58º | 0.74% | 0.77% | - |
| XYZ | 33 | 30.87 | 7.35 | - |
| YUV | 146.9 | 73.88 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 51 | 0 | 0.29 | 0.74 | 0.23 | 36.58 | 0.59 | 0.49 |
| Hex | C5 | 8C | 33 | 0 | 1D | 4A | 17 | 25 | 3B | 31 |
| Octal | 305 | 214 | 63 | 0 | 35 | 112 | 27 | 45 | 73 | 61 |
| Binary | 11000101 | 10001100 | 110011 | 0 | 11101 | 1001010 | 10111 | 100101 | 111011 | 110001 |
Color Harmonies of #C58C33
Complementary color
Monochromatic Colors of #C58C33
Black with #C58C33
Text Example
Text Example
White with #C58C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C33; }
p { color: rgb(197,140,51); }
H1.HeaderClassName
{
color: #C58C33;
}
.AnyTagClassName
{
color: #C58C33;
}
</style>
background-color css
<style>
a { background-color: #C58C33; }
a { background-color: rgb(197,140,51); }
div.DivClassName
{
background-color: #C58C33;
}
.BgClassName
{
background-color: #C58C33;
}
</style>
border-color css
<style>
span { border-color: #C58C33; }
span { border-color: rgb(197,140,51); }
td.TdClassName
{
border-color: #C58C33;
}
.TagClassName
{
border-color: #C58C33;
}
</style>