Shades of Pizza #C1883F
Tints of Pizza #C1883F
RGB
CMYK
RGB Variations
Color information
#C1883F (or 0xC1883F) is known color: Pizza. HEX triplet: C1, 88 and 3F. RGB value is (193,136,63). Sum of RGB (Red+Green+Blue) = 193+136+63=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1883F is #3E77C0. Grayscale: #919191. Windows color (decimal): -4093889 or 4163777. OLE color: 4163777.
HSL color Cylindrical-coordinate representation of color #C1883F: hue angle of 33.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1883F is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 63 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.24 |
| HSL | 33.69º | 0.51% | 0.5% | - |
| HSV(B) | 33.69º | 0.67% | 0.76% | - |
| XYZ | 31.69 | 29.3 | 8.69 | - |
| YUV | 144.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 63 | 0 | 0.30 | 0.67 | 0.24 | 33.69 | 0.51 | 0.5 |
| Hex | C1 | 88 | 3F | 0 | 1E | 43 | 18 | 22 | 33 | 32 |
| Octal | 301 | 210 | 77 | 0 | 36 | 103 | 30 | 42 | 63 | 62 |
| Binary | 11000001 | 10001000 | 111111 | 0 | 11110 | 1000011 | 11000 | 100010 | 110011 | 110010 |
Color Harmonies of #C1883F
Complementary color
Monochromatic Colors of #C1883F
Black with #C1883F
Text Example
Text Example
White with #C1883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1883F; }
p { color: rgb(193,136,63); }
H1.HeaderClassName
{
color: #C1883F;
}
.AnyTagClassName
{
color: #C1883F;
}
</style>
background-color css
<style>
a { background-color: #C1883F; }
a { background-color: rgb(193,136,63); }
div.DivClassName
{
background-color: #C1883F;
}
.BgClassName
{
background-color: #C1883F;
}
</style>
border-color css
<style>
span { border-color: #C1883F; }
span { border-color: rgb(193,136,63); }
td.TdClassName
{
border-color: #C1883F;
}
.TagClassName
{
border-color: #C1883F;
}
</style>