Shades of Pizza #C1923D
Tints of Pizza #C1923D
RGB
CMYK
RGB Variations
Color information
#C1923D (or 0xC1923D) is known color: Pizza. HEX triplet: C1, 92 and 3D. RGB value is (193,146,61). Sum of RGB (Red+Green+Blue) = 193+146+61=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1923D is #3E6DC2. Grayscale: #969696. Windows color (decimal): -4091331 or 4035265. OLE color: 4035265.
HSL color Cylindrical-coordinate representation of color #C1923D: hue angle of 38.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 #C1923D is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 61 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.24 |
| HSL | 38.64º | 0.52% | 0.5% | - |
| HSV(B) | 38.64º | 0.68% | 0.76% | - |
| XYZ | 33.11 | 32.23 | 8.89 | - |
| YUV | 150.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 61 | 0 | 0.24 | 0.68 | 0.24 | 38.64 | 0.52 | 0.5 |
| Hex | C1 | 92 | 3D | 0 | 18 | 44 | 18 | 27 | 34 | 32 |
| Octal | 301 | 222 | 75 | 0 | 30 | 104 | 30 | 47 | 64 | 62 |
| Binary | 11000001 | 10010010 | 111101 | 0 | 11000 | 1000100 | 11000 | 100111 | 110100 | 110010 |
Color Harmonies of #C1923D
Complementary color
Monochromatic Colors of #C1923D
Black with #C1923D
Text Example
Text Example
White with #C1923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1923D; }
p { color: rgb(193,146,61); }
H1.HeaderClassName
{
color: #C1923D;
}
.AnyTagClassName
{
color: #C1923D;
}
</style>
background-color css
<style>
a { background-color: #C1923D; }
a { background-color: rgb(193,146,61); }
div.DivClassName
{
background-color: #C1923D;
}
.BgClassName
{
background-color: #C1923D;
}
</style>
border-color css
<style>
span { border-color: #C1923D; }
span { border-color: rgb(193,146,61); }
td.TdClassName
{
border-color: #C1923D;
}
.TagClassName
{
border-color: #C1923D;
}
</style>