Shades of Pizza #C59B3A
Tints of Pizza #C59B3A
RGB
CMYK
RGB Variations
Color information
#C59B3A (or 0xC59B3A) is known color: Pizza. HEX triplet: C5, 9B and 3A. RGB value is (197,155,58). Sum of RGB (Red+Green+Blue) = 197+155+58=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59B3A is #3A64C5. Grayscale: #9C9C9C. Windows color (decimal): -3826886 or 3840965. OLE color: 3840965.
HSL color Cylindrical-coordinate representation of color #C59B3A: hue angle of 41.87º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C59B3A is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 58 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.23 |
| HSL | 41.87º | 0.55% | 0.5% | - |
| HSV(B) | 41.87º | 0.71% | 0.77% | - |
| XYZ | 35.51 | 35.62 | 9.01 | - |
| YUV | 156.5 | 72.41 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 58 | 0 | 0.21 | 0.71 | 0.23 | 41.87 | 0.55 | 0.5 |
| Hex | C5 | 9B | 3A | 0 | 15 | 47 | 17 | 2A | 37 | 32 |
| Octal | 305 | 233 | 72 | 0 | 25 | 107 | 27 | 52 | 67 | 62 |
| Binary | 11000101 | 10011011 | 111010 | 0 | 10101 | 1000111 | 10111 | 101010 | 110111 | 110010 |
Color Harmonies of #C59B3A
Complementary color
Monochromatic Colors of #C59B3A
Black with #C59B3A
Text Example
Text Example
White with #C59B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B3A; }
p { color: rgb(197,155,58); }
H1.HeaderClassName
{
color: #C59B3A;
}
.AnyTagClassName
{
color: #C59B3A;
}
</style>
background-color css
<style>
a { background-color: #C59B3A; }
a { background-color: rgb(197,155,58); }
div.DivClassName
{
background-color: #C59B3A;
}
.BgClassName
{
background-color: #C59B3A;
}
</style>
border-color css
<style>
span { border-color: #C59B3A; }
span { border-color: rgb(197,155,58); }
td.TdClassName
{
border-color: #C59B3A;
}
.TagClassName
{
border-color: #C59B3A;
}
</style>