Shades of Pizza #C1923E
Tints of Pizza #C1923E
RGB
CMYK
RGB Variations
Color information
#C1923E (or 0xC1923E) is known color: Pizza. HEX triplet: C1, 92 and 3E. RGB value is (193,146,62). Sum of RGB (Red+Green+Blue) = 193+146+62=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1923E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1923E is #3E6DC1. Grayscale: #969696. Windows color (decimal): -4091330 or 4100801. OLE color: 4100801.
HSL color Cylindrical-coordinate representation of color #C1923E: hue angle of 38.47º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1923E is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 62 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.24 |
| HSL | 38.47º | 0.51% | 0.5% | - |
| HSV(B) | 38.47º | 0.68% | 0.76% | - |
| XYZ | 33.14 | 32.24 | 9.03 | - |
| YUV | 150.48 | 78.07 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 62 | 0 | 0.24 | 0.68 | 0.24 | 38.47 | 0.51 | 0.5 |
| Hex | C1 | 92 | 3E | 0 | 18 | 44 | 18 | 26 | 33 | 32 |
| Octal | 301 | 222 | 76 | 0 | 30 | 104 | 30 | 46 | 63 | 62 |
| Binary | 11000001 | 10010010 | 111110 | 0 | 11000 | 1000100 | 11000 | 100110 | 110011 | 110010 |
Color Harmonies of #C1923E
Complementary color
Monochromatic Colors of #C1923E
Black with #C1923E
Text Example
Text Example
White with #C1923E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1923E; }
p { color: rgb(193,146,62); }
H1.HeaderClassName
{
color: #C1923E;
}
.AnyTagClassName
{
color: #C1923E;
}
</style>
background-color css
<style>
a { background-color: #C1923E; }
a { background-color: rgb(193,146,62); }
div.DivClassName
{
background-color: #C1923E;
}
.BgClassName
{
background-color: #C1923E;
}
</style>
border-color css
<style>
span { border-color: #C1923E; }
span { border-color: rgb(193,146,62); }
td.TdClassName
{
border-color: #C1923E;
}
.TagClassName
{
border-color: #C1923E;
}
</style>