Shades of Pizza #C1873F
Tints of Pizza #C1873F
RGB
CMYK
RGB Variations
Color information
#C1873F (or 0xC1873F) is known color: Pizza. HEX triplet: C1, 87 and 3F. RGB value is (193,135,63). Sum of RGB (Red+Green+Blue) = 193+135+63=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1873F is #3E78C0. Grayscale: #909090. Windows color (decimal): -4094145 or 4163521. OLE color: 4163521.
HSL color Cylindrical-coordinate representation of color #C1873F: hue angle of 33.23º 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 #C1873F is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 63 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.24 |
| HSL | 33.23º | 0.51% | 0.5% | - |
| HSV(B) | 33.23º | 0.67% | 0.76% | - |
| XYZ | 31.55 | 29.02 | 8.64 | - |
| YUV | 144.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 63 | 0 | 0.30 | 0.67 | 0.24 | 33.23 | 0.51 | 0.5 |
| Hex | C1 | 87 | 3F | 0 | 1E | 43 | 18 | 21 | 33 | 32 |
| Octal | 301 | 207 | 77 | 0 | 36 | 103 | 30 | 41 | 63 | 62 |
| Binary | 11000001 | 10000111 | 111111 | 0 | 11110 | 1000011 | 11000 | 100001 | 110011 | 110010 |
Color Harmonies of #C1873F
Complementary color
Monochromatic Colors of #C1873F
Black with #C1873F
Text Example
Text Example
White with #C1873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1873F; }
p { color: rgb(193,135,63); }
H1.HeaderClassName
{
color: #C1873F;
}
.AnyTagClassName
{
color: #C1873F;
}
</style>
background-color css
<style>
a { background-color: #C1873F; }
a { background-color: rgb(193,135,63); }
div.DivClassName
{
background-color: #C1873F;
}
.BgClassName
{
background-color: #C1873F;
}
</style>
border-color css
<style>
span { border-color: #C1873F; }
span { border-color: rgb(193,135,63); }
td.TdClassName
{
border-color: #C1873F;
}
.TagClassName
{
border-color: #C1873F;
}
</style>