Shades of Pizza #C69336
Tints of Pizza #C69336
RGB
CMYK
RGB Variations
Color information
#C69336 (or 0xC69336) is known color: Pizza. HEX triplet: C6, 93 and 36. RGB value is (198,147,54). Sum of RGB (Red+Green+Blue) = 198+147+54=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C69336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69336 is #396CC9. Grayscale: #989898. Windows color (decimal): -3763402 or 3576774. OLE color: 3576774.
HSL color Cylindrical-coordinate representation of color #C69336: hue angle of 38.75º 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 #C69336 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 54 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.22 |
| HSL | 38.75º | 0.57% | 0.49% | - |
| HSV(B) | 38.75º | 0.73% | 0.78% | - |
| XYZ | 34.39 | 33.14 | 8.07 | - |
| YUV | 151.65 | 72.9 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 54 | 0 | 0.26 | 0.73 | 0.22 | 38.75 | 0.57 | 0.49 |
| Hex | C6 | 93 | 36 | 0 | 1A | 49 | 16 | 27 | 39 | 31 |
| Octal | 306 | 223 | 66 | 0 | 32 | 111 | 26 | 47 | 71 | 61 |
| Binary | 11000110 | 10010011 | 110110 | 0 | 11010 | 1001001 | 10110 | 100111 | 111001 | 110001 |
Color Harmonies of #C69336
Complementary color
Monochromatic Colors of #C69336
Black with #C69336
Text Example
Text Example
White with #C69336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69336; }
p { color: rgb(198,147,54); }
H1.HeaderClassName
{
color: #C69336;
}
.AnyTagClassName
{
color: #C69336;
}
</style>
background-color css
<style>
a { background-color: #C69336; }
a { background-color: rgb(198,147,54); }
div.DivClassName
{
background-color: #C69336;
}
.BgClassName
{
background-color: #C69336;
}
</style>
border-color css
<style>
span { border-color: #C69336; }
span { border-color: rgb(198,147,54); }
td.TdClassName
{
border-color: #C69336;
}
.TagClassName
{
border-color: #C69336;
}
</style>