Shades of Pizza #C38C37
Tints of Pizza #C38C37
RGB
CMYK
RGB Variations
Color information
#C38C37 (or 0xC38C37) is known color: Pizza. HEX triplet: C3, 8C and 37. RGB value is (195,140,55). Sum of RGB (Red+Green+Blue) = 195+140+55=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C37 is #3C73C8. Grayscale: #939393. Windows color (decimal): -3961801 or 3640515. OLE color: 3640515.
HSL color Cylindrical-coordinate representation of color #C38C37: hue angle of 36.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C38C37 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 55 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.24 |
| HSL | 36.43º | 0.56% | 0.49% | - |
| HSV(B) | 36.43º | 0.72% | 0.76% | - |
| XYZ | 32.57 | 30.63 | 7.81 | - |
| YUV | 146.76 | 76.22 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 55 | 0 | 0.28 | 0.72 | 0.24 | 36.43 | 0.56 | 0.49 |
| Hex | C3 | 8C | 37 | 0 | 1C | 48 | 18 | 24 | 38 | 31 |
| Octal | 303 | 214 | 67 | 0 | 34 | 110 | 30 | 44 | 70 | 61 |
| Binary | 11000011 | 10001100 | 110111 | 0 | 11100 | 1001000 | 11000 | 100100 | 111000 | 110001 |
Color Harmonies of #C38C37
Complementary color
Monochromatic Colors of #C38C37
Black with #C38C37
Text Example
Text Example
White with #C38C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C37; }
p { color: rgb(195,140,55); }
H1.HeaderClassName
{
color: #C38C37;
}
.AnyTagClassName
{
color: #C38C37;
}
</style>
background-color css
<style>
a { background-color: #C38C37; }
a { background-color: rgb(195,140,55); }
div.DivClassName
{
background-color: #C38C37;
}
.BgClassName
{
background-color: #C38C37;
}
</style>
border-color css
<style>
span { border-color: #C38C37; }
span { border-color: rgb(195,140,55); }
td.TdClassName
{
border-color: #C38C37;
}
.TagClassName
{
border-color: #C38C37;
}
</style>