Shades of Pizza #C68D34
Tints of Pizza #C68D34
RGB
CMYK
RGB Variations
Color information
#C68D34 (or 0xC68D34) is known color: Pizza. HEX triplet: C6, 8D and 34. RGB value is (198,141,52). Sum of RGB (Red+Green+Blue) = 198+141+52=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68D34 is #3972CB. Grayscale: #949494. Windows color (decimal): -3764940 or 3444166. OLE color: 3444166.
HSL color Cylindrical-coordinate representation of color #C68D34: hue angle of 36.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C68D34 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 52 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.22 |
| HSL | 36.58º | 0.58% | 0.49% | - |
| HSV(B) | 36.58º | 0.74% | 0.78% | - |
| XYZ | 33.43 | 31.3 | 7.53 | - |
| YUV | 147.9 | 73.88 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 52 | 0 | 0.29 | 0.74 | 0.22 | 36.58 | 0.58 | 0.49 |
| Hex | C6 | 8D | 34 | 0 | 1D | 4A | 16 | 25 | 3A | 31 |
| Octal | 306 | 215 | 64 | 0 | 35 | 112 | 26 | 45 | 72 | 61 |
| Binary | 11000110 | 10001101 | 110100 | 0 | 11101 | 1001010 | 10110 | 100101 | 111010 | 110001 |
Color Harmonies of #C68D34
Complementary color
Monochromatic Colors of #C68D34
Black with #C68D34
Text Example
Text Example
White with #C68D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68D34; }
p { color: rgb(198,141,52); }
H1.HeaderClassName
{
color: #C68D34;
}
.AnyTagClassName
{
color: #C68D34;
}
</style>
background-color css
<style>
a { background-color: #C68D34; }
a { background-color: rgb(198,141,52); }
div.DivClassName
{
background-color: #C68D34;
}
.BgClassName
{
background-color: #C68D34;
}
</style>
border-color css
<style>
span { border-color: #C68D34; }
span { border-color: rgb(198,141,52); }
td.TdClassName
{
border-color: #C68D34;
}
.TagClassName
{
border-color: #C68D34;
}
</style>