Shades of Pizza #C38A37
Tints of Pizza #C38A37
RGB
CMYK
RGB Variations
Color information
#C38A37 (or 0xC38A37) is known color: Pizza. HEX triplet: C3, 8A and 37. RGB value is (195,138,55). Sum of RGB (Red+Green+Blue) = 195+138+55=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A37 is #3C75C8. Grayscale: #919191. Windows color (decimal): -3962313 or 3640003. OLE color: 3640003.
HSL color Cylindrical-coordinate representation of color #C38A37: hue angle of 35.57º 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 #C38A37 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 55 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.24 |
| HSL | 35.57º | 0.56% | 0.49% | - |
| HSV(B) | 35.57º | 0.72% | 0.76% | - |
| XYZ | 32.28 | 30.05 | 7.71 | - |
| YUV | 145.58 | 76.88 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 55 | 0 | 0.29 | 0.72 | 0.24 | 35.57 | 0.56 | 0.49 |
| Hex | C3 | 8A | 37 | 0 | 1D | 48 | 18 | 24 | 38 | 31 |
| Octal | 303 | 212 | 67 | 0 | 35 | 110 | 30 | 44 | 70 | 61 |
| Binary | 11000011 | 10001010 | 110111 | 0 | 11101 | 1001000 | 11000 | 100100 | 111000 | 110001 |
Color Harmonies of #C38A37
Complementary color
Monochromatic Colors of #C38A37
Black with #C38A37
Text Example
Text Example
White with #C38A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A37; }
p { color: rgb(195,138,55); }
H1.HeaderClassName
{
color: #C38A37;
}
.AnyTagClassName
{
color: #C38A37;
}
</style>
background-color css
<style>
a { background-color: #C38A37; }
a { background-color: rgb(195,138,55); }
div.DivClassName
{
background-color: #C38A37;
}
.BgClassName
{
background-color: #C38A37;
}
</style>
border-color css
<style>
span { border-color: #C38A37; }
span { border-color: rgb(195,138,55); }
td.TdClassName
{
border-color: #C38A37;
}
.TagClassName
{
border-color: #C38A37;
}
</style>