Shades of Pizza #C1913D
Tints of Pizza #C1913D
RGB
CMYK
RGB Variations
Color information
#C1913D (or 0xC1913D) is known color: Pizza. HEX triplet: C1, 91 and 3D. RGB value is (193,145,61). Sum of RGB (Red+Green+Blue) = 193+145+61=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1913D is #3E6EC2. Grayscale: #969696. Windows color (decimal): -4091587 or 4035009. OLE color: 4035009.
HSL color Cylindrical-coordinate representation of color #C1913D: hue angle of 38.18º 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 #C1913D is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 61 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.24 |
| HSL | 38.18º | 0.52% | 0.5% | - |
| HSV(B) | 38.18º | 0.68% | 0.76% | - |
| XYZ | 32.96 | 31.93 | 8.84 | - |
| YUV | 149.78 | 77.9 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 61 | 0 | 0.25 | 0.68 | 0.24 | 38.18 | 0.52 | 0.5 |
| Hex | C1 | 91 | 3D | 0 | 19 | 44 | 18 | 26 | 34 | 32 |
| Octal | 301 | 221 | 75 | 0 | 31 | 104 | 30 | 46 | 64 | 62 |
| Binary | 11000001 | 10010001 | 111101 | 0 | 11001 | 1000100 | 11000 | 100110 | 110100 | 110010 |
Color Harmonies of #C1913D
Complementary color
Monochromatic Colors of #C1913D
Black with #C1913D
Text Example
Text Example
White with #C1913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1913D; }
p { color: rgb(193,145,61); }
H1.HeaderClassName
{
color: #C1913D;
}
.AnyTagClassName
{
color: #C1913D;
}
</style>
background-color css
<style>
a { background-color: #C1913D; }
a { background-color: rgb(193,145,61); }
div.DivClassName
{
background-color: #C1913D;
}
.BgClassName
{
background-color: #C1913D;
}
</style>
border-color css
<style>
span { border-color: #C1913D; }
span { border-color: rgb(193,145,61); }
td.TdClassName
{
border-color: #C1913D;
}
.TagClassName
{
border-color: #C1913D;
}
</style>