Shades of Pizza #C69636
Tints of Pizza #C69636
RGB
CMYK
RGB Variations
Color information
#C69636 (or 0xC69636) is known color: Pizza. HEX triplet: C6, 96 and 36. RGB value is (198,150,54). Sum of RGB (Red+Green+Blue) = 198+150+54=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C69636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69636 is #3969C9. Grayscale: #999999. Windows color (decimal): -3762634 or 3577542. OLE color: 3577542.
HSL color Cylindrical-coordinate representation of color #C69636: hue angle of 40º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C69636 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 54 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.22 |
| HSL | 40º | 0.57% | 0.49% | - |
| HSV(B) | 40º | 0.73% | 0.78% | - |
| XYZ | 34.86 | 34.08 | 8.23 | - |
| YUV | 153.41 | 71.9 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 54 | 0 | 0.24 | 0.73 | 0.22 | 40 | 0.57 | 0.49 |
| Hex | C6 | 96 | 36 | 0 | 18 | 49 | 16 | 28 | 39 | 31 |
| Octal | 306 | 226 | 66 | 0 | 30 | 111 | 26 | 50 | 71 | 61 |
| Binary | 11000110 | 10010110 | 110110 | 0 | 11000 | 1001001 | 10110 | 101000 | 111001 | 110001 |
Color Harmonies of #C69636
Complementary color
Monochromatic Colors of #C69636
Black with #C69636
Text Example
Text Example
White with #C69636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69636; }
p { color: rgb(198,150,54); }
H1.HeaderClassName
{
color: #C69636;
}
.AnyTagClassName
{
color: #C69636;
}
</style>
background-color css
<style>
a { background-color: #C69636; }
a { background-color: rgb(198,150,54); }
div.DivClassName
{
background-color: #C69636;
}
.BgClassName
{
background-color: #C69636;
}
</style>
border-color css
<style>
span { border-color: #C69636; }
span { border-color: rgb(198,150,54); }
td.TdClassName
{
border-color: #C69636;
}
.TagClassName
{
border-color: #C69636;
}
</style>