Shades of Pizza #C38D35
Tints of Pizza #C38D35
RGB
CMYK
RGB Variations
Color information
#C38D35 (or 0xC38D35) is known color: Pizza. HEX triplet: C3, 8D and 35. RGB value is (195,141,53). Sum of RGB (Red+Green+Blue) = 195+141+53=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D35 is #3C72CA. Grayscale: #939393. Windows color (decimal): -3961547 or 3509699. OLE color: 3509699.
HSL color Cylindrical-coordinate representation of color #C38D35: hue angle of 37.18º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C38D35 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 53 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.24 |
| HSL | 37.18º | 0.57% | 0.49% | - |
| HSV(B) | 37.18º | 0.73% | 0.76% | - |
| XYZ | 32.67 | 30.91 | 7.61 | - |
| YUV | 147.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 53 | 0 | 0.28 | 0.73 | 0.24 | 37.18 | 0.57 | 0.49 |
| Hex | C3 | 8D | 35 | 0 | 1C | 49 | 18 | 25 | 39 | 31 |
| Octal | 303 | 215 | 65 | 0 | 34 | 111 | 30 | 45 | 71 | 61 |
| Binary | 11000011 | 10001101 | 110101 | 0 | 11100 | 1001001 | 11000 | 100101 | 111001 | 110001 |
Color Harmonies of #C38D35
Complementary color
Monochromatic Colors of #C38D35
Black with #C38D35
Text Example
Text Example
White with #C38D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D35; }
p { color: rgb(195,141,53); }
H1.HeaderClassName
{
color: #C38D35;
}
.AnyTagClassName
{
color: #C38D35;
}
</style>
background-color css
<style>
a { background-color: #C38D35; }
a { background-color: rgb(195,141,53); }
div.DivClassName
{
background-color: #C38D35;
}
.BgClassName
{
background-color: #C38D35;
}
</style>
border-color css
<style>
span { border-color: #C38D35; }
span { border-color: rgb(195,141,53); }
td.TdClassName
{
border-color: #C38D35;
}
.TagClassName
{
border-color: #C38D35;
}
</style>