Shades of Pizza #C58E38
Tints of Pizza #C58E38
RGB
CMYK
RGB Variations
Color information
#C58E38 (or 0xC58E38) is known color: Pizza. HEX triplet: C5, 8E and 38. RGB value is (197,142,56). Sum of RGB (Red+Green+Blue) = 197+142+56=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58E38 is #3A71C7. Grayscale: #959595. Windows color (decimal): -3830216 or 3706565. OLE color: 3706565.
HSL color Cylindrical-coordinate representation of color #C58E38: hue angle of 36.6º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C58E38 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 56 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.23 |
| HSL | 36.6º | 0.56% | 0.5% | - |
| HSV(B) | 36.6º | 0.72% | 0.77% | - |
| XYZ | 33.41 | 31.5 | 8.06 | - |
| YUV | 148.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 56 | 0 | 0.28 | 0.72 | 0.23 | 36.6 | 0.56 | 0.5 |
| Hex | C5 | 8E | 38 | 0 | 1C | 48 | 17 | 25 | 38 | 32 |
| Octal | 305 | 216 | 70 | 0 | 34 | 110 | 27 | 45 | 70 | 62 |
| Binary | 11000101 | 10001110 | 111000 | 0 | 11100 | 1001000 | 10111 | 100101 | 111000 | 110010 |
Color Harmonies of #C58E38
Complementary color
Monochromatic Colors of #C58E38
Black with #C58E38
Text Example
Text Example
White with #C58E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E38; }
p { color: rgb(197,142,56); }
H1.HeaderClassName
{
color: #C58E38;
}
.AnyTagClassName
{
color: #C58E38;
}
</style>
background-color css
<style>
a { background-color: #C58E38; }
a { background-color: rgb(197,142,56); }
div.DivClassName
{
background-color: #C58E38;
}
.BgClassName
{
background-color: #C58E38;
}
</style>
border-color css
<style>
span { border-color: #C58E38; }
span { border-color: rgb(197,142,56); }
td.TdClassName
{
border-color: #C58E38;
}
.TagClassName
{
border-color: #C58E38;
}
</style>