Shades of Pizza #C69437
Tints of Pizza #C69437
RGB
CMYK
RGB Variations
Color information
#C69437 (or 0xC69437) is known color: Pizza. HEX triplet: C6, 94 and 37. RGB value is (198,148,55). Sum of RGB (Red+Green+Blue) = 198+148+55=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C69437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69437 is #396BC8. Grayscale: #989898. Windows color (decimal): -3763145 or 3642566. OLE color: 3642566.
HSL color Cylindrical-coordinate representation of color #C69437: hue angle of 39.02º 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 #C69437 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 55 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.22 |
| HSL | 39.02º | 0.57% | 0.5% | - |
| HSV(B) | 39.02º | 0.72% | 0.78% | - |
| XYZ | 34.57 | 33.46 | 8.25 | - |
| YUV | 152.35 | 73.07 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 55 | 0 | 0.25 | 0.72 | 0.22 | 39.02 | 0.57 | 0.5 |
| Hex | C6 | 94 | 37 | 0 | 19 | 48 | 16 | 27 | 39 | 32 |
| Octal | 306 | 224 | 67 | 0 | 31 | 110 | 26 | 47 | 71 | 62 |
| Binary | 11000110 | 10010100 | 110111 | 0 | 11001 | 1001000 | 10110 | 100111 | 111001 | 110010 |
Color Harmonies of #C69437
Complementary color
Monochromatic Colors of #C69437
Black with #C69437
Text Example
Text Example
White with #C69437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69437; }
p { color: rgb(198,148,55); }
H1.HeaderClassName
{
color: #C69437;
}
.AnyTagClassName
{
color: #C69437;
}
</style>
background-color css
<style>
a { background-color: #C69437; }
a { background-color: rgb(198,148,55); }
div.DivClassName
{
background-color: #C69437;
}
.BgClassName
{
background-color: #C69437;
}
</style>
border-color css
<style>
span { border-color: #C69437; }
span { border-color: rgb(198,148,55); }
td.TdClassName
{
border-color: #C69437;
}
.TagClassName
{
border-color: #C69437;
}
</style>