Shades of Pizza #C69335
Tints of Pizza #C69335
RGB
CMYK
RGB Variations
Color information
#C69335 (or 0xC69335) is known color: Pizza. HEX triplet: C6, 93 and 35. RGB value is (198,147,53). Sum of RGB (Red+Green+Blue) = 198+147+53=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C69335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69335 is #396CCA. Grayscale: #979797. Windows color (decimal): -3763403 or 3511238. OLE color: 3511238.
HSL color Cylindrical-coordinate representation of color #C69335: hue angle of 38.9º degrees, saturation: 0.58, 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 #C69335 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 53 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.22 |
| HSL | 38.9º | 0.58% | 0.49% | - |
| HSV(B) | 38.9º | 0.73% | 0.78% | - |
| XYZ | 34.37 | 33.13 | 7.95 | - |
| YUV | 151.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 53 | 0 | 0.26 | 0.73 | 0.22 | 38.9 | 0.58 | 0.49 |
| Hex | C6 | 93 | 35 | 0 | 1A | 49 | 16 | 27 | 3A | 31 |
| Octal | 306 | 223 | 65 | 0 | 32 | 111 | 26 | 47 | 72 | 61 |
| Binary | 11000110 | 10010011 | 110101 | 0 | 11010 | 1001001 | 10110 | 100111 | 111010 | 110001 |
Color Harmonies of #C69335
Complementary color
Monochromatic Colors of #C69335
Black with #C69335
Text Example
Text Example
White with #C69335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69335; }
p { color: rgb(198,147,53); }
H1.HeaderClassName
{
color: #C69335;
}
.AnyTagClassName
{
color: #C69335;
}
</style>
background-color css
<style>
a { background-color: #C69335; }
a { background-color: rgb(198,147,53); }
div.DivClassName
{
background-color: #C69335;
}
.BgClassName
{
background-color: #C69335;
}
</style>
border-color css
<style>
span { border-color: #C69335; }
span { border-color: rgb(198,147,53); }
td.TdClassName
{
border-color: #C69335;
}
.TagClassName
{
border-color: #C69335;
}
</style>