Shades of Pizza #C1873D
Tints of Pizza #C1873D
RGB
CMYK
RGB Variations
Color information
#C1873D (or 0xC1873D) is known color: Pizza. HEX triplet: C1, 87 and 3D. RGB value is (193,135,61). Sum of RGB (Red+Green+Blue) = 193+135+61=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1873D is #3E78C2. Grayscale: #909090. Windows color (decimal): -4094147 or 4032449. OLE color: 4032449.
HSL color Cylindrical-coordinate representation of color #C1873D: hue angle of 33.64º 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 #C1873D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 61 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.24 |
| HSL | 33.64º | 0.52% | 0.5% | - |
| HSV(B) | 33.64º | 0.68% | 0.76% | - |
| XYZ | 31.5 | 29 | 8.35 | - |
| YUV | 143.91 | 81.22 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 61 | 0 | 0.30 | 0.68 | 0.24 | 33.64 | 0.52 | 0.5 |
| Hex | C1 | 87 | 3D | 0 | 1E | 44 | 18 | 22 | 34 | 32 |
| Octal | 301 | 207 | 75 | 0 | 36 | 104 | 30 | 42 | 64 | 62 |
| Binary | 11000001 | 10000111 | 111101 | 0 | 11110 | 1000100 | 11000 | 100010 | 110100 | 110010 |
Color Harmonies of #C1873D
Complementary color
Monochromatic Colors of #C1873D
Black with #C1873D
Text Example
Text Example
White with #C1873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1873D; }
p { color: rgb(193,135,61); }
H1.HeaderClassName
{
color: #C1873D;
}
.AnyTagClassName
{
color: #C1873D;
}
</style>
background-color css
<style>
a { background-color: #C1873D; }
a { background-color: rgb(193,135,61); }
div.DivClassName
{
background-color: #C1873D;
}
.BgClassName
{
background-color: #C1873D;
}
</style>
border-color css
<style>
span { border-color: #C1873D; }
span { border-color: rgb(193,135,61); }
td.TdClassName
{
border-color: #C1873D;
}
.TagClassName
{
border-color: #C1873D;
}
</style>