Shades of Pizza #C18A38
Tints of Pizza #C18A38
RGB
CMYK
RGB Variations
Color information
#C18A38 (or 0xC18A38) is known color: Pizza. HEX triplet: C1, 8A and 38. RGB value is (193,138,56). Sum of RGB (Red+Green+Blue) = 193+138+56=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A38 is #3E75C7. Grayscale: #919191. Windows color (decimal): -4093384 or 3705537. OLE color: 3705537.
HSL color Cylindrical-coordinate representation of color #C18A38: hue angle of 35.91º 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 #C18A38 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 56 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.24 |
| HSL | 35.91º | 0.55% | 0.49% | - |
| HSV(B) | 35.91º | 0.71% | 0.76% | - |
| XYZ | 31.79 | 29.8 | 7.82 | - |
| YUV | 145.1 | 77.72 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 56 | 0 | 0.28 | 0.71 | 0.24 | 35.91 | 0.55 | 0.49 |
| Hex | C1 | 8A | 38 | 0 | 1C | 47 | 18 | 24 | 37 | 31 |
| Octal | 301 | 212 | 70 | 0 | 34 | 107 | 30 | 44 | 67 | 61 |
| Binary | 11000001 | 10001010 | 111000 | 0 | 11100 | 1000111 | 11000 | 100100 | 110111 | 110001 |
Color Harmonies of #C18A38
Complementary color
Monochromatic Colors of #C18A38
Black with #C18A38
Text Example
Text Example
White with #C18A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A38; }
p { color: rgb(193,138,56); }
H1.HeaderClassName
{
color: #C18A38;
}
.AnyTagClassName
{
color: #C18A38;
}
</style>
background-color css
<style>
a { background-color: #C18A38; }
a { background-color: rgb(193,138,56); }
div.DivClassName
{
background-color: #C18A38;
}
.BgClassName
{
background-color: #C18A38;
}
</style>
border-color css
<style>
span { border-color: #C18A38; }
span { border-color: rgb(193,138,56); }
td.TdClassName
{
border-color: #C18A38;
}
.TagClassName
{
border-color: #C18A38;
}
</style>