Shades of Pizza #C1953C
Tints of Pizza #C1953C
RGB
CMYK
RGB Variations
Color information
#C1953C (or 0xC1953C) is known color: Pizza. HEX triplet: C1, 95 and 3C. RGB value is (193,149,60). Sum of RGB (Red+Green+Blue) = 193+149+60=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1953C is #3E6AC3. Grayscale: #989898. Windows color (decimal): -4090564 or 3970497. OLE color: 3970497.
HSL color Cylindrical-coordinate representation of color #C1953C: hue angle of 40.15º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1953C is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 60 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.24 |
| HSL | 40.15º | 0.53% | 0.5% | - |
| HSV(B) | 40.15º | 0.69% | 0.76% | - |
| XYZ | 33.56 | 33.16 | 8.91 | - |
| YUV | 152.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 60 | 0 | 0.23 | 0.69 | 0.24 | 40.15 | 0.53 | 0.5 |
| Hex | C1 | 95 | 3C | 0 | 17 | 45 | 18 | 28 | 35 | 32 |
| Octal | 301 | 225 | 74 | 0 | 27 | 105 | 30 | 50 | 65 | 62 |
| Binary | 11000001 | 10010101 | 111100 | 0 | 10111 | 1000101 | 11000 | 101000 | 110101 | 110010 |
Color Harmonies of #C1953C
Complementary color
Monochromatic Colors of #C1953C
Black with #C1953C
Text Example
Text Example
White with #C1953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1953C; }
p { color: rgb(193,149,60); }
H1.HeaderClassName
{
color: #C1953C;
}
.AnyTagClassName
{
color: #C1953C;
}
</style>
background-color css
<style>
a { background-color: #C1953C; }
a { background-color: rgb(193,149,60); }
div.DivClassName
{
background-color: #C1953C;
}
.BgClassName
{
background-color: #C1953C;
}
</style>
border-color css
<style>
span { border-color: #C1953C; }
span { border-color: rgb(193,149,60); }
td.TdClassName
{
border-color: #C1953C;
}
.TagClassName
{
border-color: #C1953C;
}
</style>