Shades of Pizza #C1943B
Tints of Pizza #C1943B
RGB
CMYK
RGB Variations
Color information
#C1943B (or 0xC1943B) is known color: Pizza. HEX triplet: C1, 94 and 3B. RGB value is (193,148,59). Sum of RGB (Red+Green+Blue) = 193+148+59=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1943B is #3E6BC4. Grayscale: #979797. Windows color (decimal): -4090821 or 3904705. OLE color: 3904705.
HSL color Cylindrical-coordinate representation of color #C1943B: hue angle of 39.85º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1943B is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 59 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.24 |
| HSL | 39.85º | 0.53% | 0.49% | - |
| HSV(B) | 39.85º | 0.69% | 0.76% | - |
| XYZ | 33.37 | 32.83 | 8.72 | - |
| YUV | 151.31 | 75.91 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 59 | 0 | 0.23 | 0.69 | 0.24 | 39.85 | 0.53 | 0.49 |
| Hex | C1 | 94 | 3B | 0 | 17 | 45 | 18 | 28 | 35 | 31 |
| Octal | 301 | 224 | 73 | 0 | 27 | 105 | 30 | 50 | 65 | 61 |
| Binary | 11000001 | 10010100 | 111011 | 0 | 10111 | 1000101 | 11000 | 101000 | 110101 | 110001 |
Color Harmonies of #C1943B
Complementary color
Monochromatic Colors of #C1943B
Black with #C1943B
Text Example
Text Example
White with #C1943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1943B; }
p { color: rgb(193,148,59); }
H1.HeaderClassName
{
color: #C1943B;
}
.AnyTagClassName
{
color: #C1943B;
}
</style>
background-color css
<style>
a { background-color: #C1943B; }
a { background-color: rgb(193,148,59); }
div.DivClassName
{
background-color: #C1943B;
}
.BgClassName
{
background-color: #C1943B;
}
</style>
border-color css
<style>
span { border-color: #C1943B; }
span { border-color: rgb(193,148,59); }
td.TdClassName
{
border-color: #C1943B;
}
.TagClassName
{
border-color: #C1943B;
}
</style>