Shades of Pizza #C1853D
Tints of Pizza #C1853D
RGB
CMYK
RGB Variations
Color information
#C1853D (or 0xC1853D) is known color: Pizza. HEX triplet: C1, 85 and 3D. RGB value is (193,133,61). Sum of RGB (Red+Green+Blue) = 193+133+61=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1853D is #3E7AC2. Grayscale: #8F8F8F. Windows color (decimal): -4094659 or 4031937. OLE color: 4031937.
HSL color Cylindrical-coordinate representation of color #C1853D: hue angle of 32.73º 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 #C1853D is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 61 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.24 |
| HSL | 32.73º | 0.52% | 0.5% | - |
| HSV(B) | 32.73º | 0.68% | 0.76% | - |
| XYZ | 31.22 | 28.45 | 8.26 | - |
| YUV | 142.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 61 | 0 | 0.31 | 0.68 | 0.24 | 32.73 | 0.52 | 0.5 |
| Hex | C1 | 85 | 3D | 0 | 1F | 44 | 18 | 21 | 34 | 32 |
| Octal | 301 | 205 | 75 | 0 | 37 | 104 | 30 | 41 | 64 | 62 |
| Binary | 11000001 | 10000101 | 111101 | 0 | 11111 | 1000100 | 11000 | 100001 | 110100 | 110010 |
Color Harmonies of #C1853D
Complementary color
Monochromatic Colors of #C1853D
Black with #C1853D
Text Example
Text Example
White with #C1853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1853D; }
p { color: rgb(193,133,61); }
H1.HeaderClassName
{
color: #C1853D;
}
.AnyTagClassName
{
color: #C1853D;
}
</style>
background-color css
<style>
a { background-color: #C1853D; }
a { background-color: rgb(193,133,61); }
div.DivClassName
{
background-color: #C1853D;
}
.BgClassName
{
background-color: #C1853D;
}
</style>
border-color css
<style>
span { border-color: #C1853D; }
span { border-color: rgb(193,133,61); }
td.TdClassName
{
border-color: #C1853D;
}
.TagClassName
{
border-color: #C1853D;
}
</style>