Shades of Pizza #C69937
Tints of Pizza #C69937
RGB
CMYK
RGB Variations
Color information
#C69937 (or 0xC69937) is known color: Pizza. HEX triplet: C6, 99 and 37. RGB value is (198,153,55). Sum of RGB (Red+Green+Blue) = 198+153+55=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C69937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69937 is #3966C8. Grayscale: #9B9B9B. Windows color (decimal): -3761865 or 3643846. OLE color: 3643846.
HSL color Cylindrical-coordinate representation of color #C69937: hue angle of 41.12º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C69937 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 55 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.22 |
| HSL | 41.12º | 0.57% | 0.5% | - |
| HSV(B) | 41.12º | 0.72% | 0.78% | - |
| XYZ | 35.37 | 35.06 | 8.52 | - |
| YUV | 155.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 55 | 0 | 0.23 | 0.72 | 0.22 | 41.12 | 0.57 | 0.5 |
| Hex | C6 | 99 | 37 | 0 | 17 | 48 | 16 | 29 | 39 | 32 |
| Octal | 306 | 231 | 67 | 0 | 27 | 110 | 26 | 51 | 71 | 62 |
| Binary | 11000110 | 10011001 | 110111 | 0 | 10111 | 1001000 | 10110 | 101001 | 111001 | 110010 |
Color Harmonies of #C69937
Complementary color
Monochromatic Colors of #C69937
Black with #C69937
Text Example
Text Example
White with #C69937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69937; }
p { color: rgb(198,153,55); }
H1.HeaderClassName
{
color: #C69937;
}
.AnyTagClassName
{
color: #C69937;
}
</style>
background-color css
<style>
a { background-color: #C69937; }
a { background-color: rgb(198,153,55); }
div.DivClassName
{
background-color: #C69937;
}
.BgClassName
{
background-color: #C69937;
}
</style>
border-color css
<style>
span { border-color: #C69937; }
span { border-color: rgb(198,153,55); }
td.TdClassName
{
border-color: #C69937;
}
.TagClassName
{
border-color: #C69937;
}
</style>