Shades of Pizza #C18C38
Tints of Pizza #C18C38
RGB
CMYK
RGB Variations
Color information
#C18C38 (or 0xC18C38) is known color: Pizza. HEX triplet: C1, 8C and 38. RGB value is (193,140,56). Sum of RGB (Red+Green+Blue) = 193+140+56=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18C38 is #3E73C7. Grayscale: #929292. Windows color (decimal): -4092872 or 3706049. OLE color: 3706049.
HSL color Cylindrical-coordinate representation of color #C18C38: hue angle of 36.79º 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 #C18C38 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 56 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.24 |
| HSL | 36.79º | 0.55% | 0.49% | - |
| HSV(B) | 36.79º | 0.71% | 0.76% | - |
| XYZ | 32.08 | 30.38 | 7.91 | - |
| YUV | 146.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 56 | 0 | 0.27 | 0.71 | 0.24 | 36.79 | 0.55 | 0.49 |
| Hex | C1 | 8C | 38 | 0 | 1B | 47 | 18 | 25 | 37 | 31 |
| Octal | 301 | 214 | 70 | 0 | 33 | 107 | 30 | 45 | 67 | 61 |
| Binary | 11000001 | 10001100 | 111000 | 0 | 11011 | 1000111 | 11000 | 100101 | 110111 | 110001 |
Color Harmonies of #C18C38
Complementary color
Monochromatic Colors of #C18C38
Black with #C18C38
Text Example
Text Example
White with #C18C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18C38; }
p { color: rgb(193,140,56); }
H1.HeaderClassName
{
color: #C18C38;
}
.AnyTagClassName
{
color: #C18C38;
}
</style>
background-color css
<style>
a { background-color: #C18C38; }
a { background-color: rgb(193,140,56); }
div.DivClassName
{
background-color: #C18C38;
}
.BgClassName
{
background-color: #C18C38;
}
</style>
border-color css
<style>
span { border-color: #C18C38; }
span { border-color: rgb(193,140,56); }
td.TdClassName
{
border-color: #C18C38;
}
.TagClassName
{
border-color: #C18C38;
}
</style>