Shades of Pizza #C1883D
Tints of Pizza #C1883D
RGB
CMYK
RGB Variations
Color information
#C1883D (or 0xC1883D) is known color: Pizza. HEX triplet: C1, 88 and 3D. RGB value is (193,136,61). Sum of RGB (Red+Green+Blue) = 193+136+61=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C1883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1883D is #3E77C2. Grayscale: #909090. Windows color (decimal): -4093891 or 4032705. OLE color: 4032705.
HSL color Cylindrical-coordinate representation of color #C1883D: hue angle of 34.09º degrees, saturation: 0.52, 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 #C1883D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 61 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.24 |
| HSL | 34.09º | 0.52% | 0.5% | - |
| HSV(B) | 34.09º | 0.68% | 0.76% | - |
| XYZ | 31.64 | 29.28 | 8.4 | - |
| YUV | 144.49 | 80.88 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 61 | 0 | 0.30 | 0.68 | 0.24 | 34.09 | 0.52 | 0.5 |
| Hex | C1 | 88 | 3D | 0 | 1E | 44 | 18 | 22 | 34 | 32 |
| Octal | 301 | 210 | 75 | 0 | 36 | 104 | 30 | 42 | 64 | 62 |
| Binary | 11000001 | 10001000 | 111101 | 0 | 11110 | 1000100 | 11000 | 100010 | 110100 | 110010 |
Color Harmonies of #C1883D
Complementary color
Monochromatic Colors of #C1883D
Black with #C1883D
Text Example
Text Example
White with #C1883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1883D; }
p { color: rgb(193,136,61); }
H1.HeaderClassName
{
color: #C1883D;
}
.AnyTagClassName
{
color: #C1883D;
}
</style>
background-color css
<style>
a { background-color: #C1883D; }
a { background-color: rgb(193,136,61); }
div.DivClassName
{
background-color: #C1883D;
}
.BgClassName
{
background-color: #C1883D;
}
</style>
border-color css
<style>
span { border-color: #C1883D; }
span { border-color: rgb(193,136,61); }
td.TdClassName
{
border-color: #C1883D;
}
.TagClassName
{
border-color: #C1883D;
}
</style>