Shades of Pizza #C19038
Tints of Pizza #C19038
RGB
CMYK
RGB Variations
Color information
#C19038 (or 0xC19038) is known color: Pizza. HEX triplet: C1, 90 and 38. RGB value is (193,144,56). Sum of RGB (Red+Green+Blue) = 193+144+56=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C19038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19038 is #3E6FC7. Grayscale: #959595. Windows color (decimal): -4091848 or 3707073. OLE color: 3707073.
HSL color Cylindrical-coordinate representation of color #C19038: hue angle of 38.54º 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 #C19038 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 56 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.24 |
| HSL | 38.54º | 0.55% | 0.49% | - |
| HSV(B) | 38.54º | 0.71% | 0.76% | - |
| XYZ | 32.68 | 31.57 | 8.11 | - |
| YUV | 148.62 | 75.73 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 56 | 0 | 0.25 | 0.71 | 0.24 | 38.54 | 0.55 | 0.49 |
| Hex | C1 | 90 | 38 | 0 | 19 | 47 | 18 | 27 | 37 | 31 |
| Octal | 301 | 220 | 70 | 0 | 31 | 107 | 30 | 47 | 67 | 61 |
| Binary | 11000001 | 10010000 | 111000 | 0 | 11001 | 1000111 | 11000 | 100111 | 110111 | 110001 |
Color Harmonies of #C19038
Complementary color
Monochromatic Colors of #C19038
Black with #C19038
Text Example
Text Example
White with #C19038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19038; }
p { color: rgb(193,144,56); }
H1.HeaderClassName
{
color: #C19038;
}
.AnyTagClassName
{
color: #C19038;
}
</style>
background-color css
<style>
a { background-color: #C19038; }
a { background-color: rgb(193,144,56); }
div.DivClassName
{
background-color: #C19038;
}
.BgClassName
{
background-color: #C19038;
}
</style>
border-color css
<style>
span { border-color: #C19038; }
span { border-color: rgb(193,144,56); }
td.TdClassName
{
border-color: #C19038;
}
.TagClassName
{
border-color: #C19038;
}
</style>