Shades of Pizza #C38D39
Tints of Pizza #C38D39
RGB
CMYK
RGB Variations
Color information
#C38D39 (or 0xC38D39) is known color: Pizza. HEX triplet: C3, 8D and 39. RGB value is (195,141,57). Sum of RGB (Red+Green+Blue) = 195+141+57=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D39 is #3C72C6. Grayscale: #939393. Windows color (decimal): -3961543 or 3771843. OLE color: 3771843.
HSL color Cylindrical-coordinate representation of color #C38D39: hue angle of 36.52º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C38D39 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 57 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.24 |
| HSL | 36.52º | 0.55% | 0.49% | - |
| HSV(B) | 36.52º | 0.71% | 0.76% | - |
| XYZ | 32.77 | 30.95 | 8.12 | - |
| YUV | 147.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 57 | 0 | 0.28 | 0.71 | 0.24 | 36.52 | 0.55 | 0.49 |
| Hex | C3 | 8D | 39 | 0 | 1C | 47 | 18 | 25 | 37 | 31 |
| Octal | 303 | 215 | 71 | 0 | 34 | 107 | 30 | 45 | 67 | 61 |
| Binary | 11000011 | 10001101 | 111001 | 0 | 11100 | 1000111 | 11000 | 100101 | 110111 | 110001 |
Color Harmonies of #C38D39
Complementary color
Monochromatic Colors of #C38D39
Black with #C38D39
Text Example
Text Example
White with #C38D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D39; }
p { color: rgb(195,141,57); }
H1.HeaderClassName
{
color: #C38D39;
}
.AnyTagClassName
{
color: #C38D39;
}
</style>
background-color css
<style>
a { background-color: #C38D39; }
a { background-color: rgb(195,141,57); }
div.DivClassName
{
background-color: #C38D39;
}
.BgClassName
{
background-color: #C38D39;
}
</style>
border-color css
<style>
span { border-color: #C38D39; }
span { border-color: rgb(195,141,57); }
td.TdClassName
{
border-color: #C38D39;
}
.TagClassName
{
border-color: #C38D39;
}
</style>