Shades of Pizza #C18A35
Tints of Pizza #C18A35
RGB
CMYK
RGB Variations
Color information
#C18A35 (or 0xC18A35) is known color: Pizza. HEX triplet: C1, 8A and 35. RGB value is (193,138,53). Sum of RGB (Red+Green+Blue) = 193+138+53=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A35 is #3E75CA. Grayscale: #919191. Windows color (decimal): -4093387 or 3508929. OLE color: 3508929.
HSL color Cylindrical-coordinate representation of color #C18A35: hue angle of 36.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C18A35 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 53 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.24 |
| HSL | 36.43º | 0.57% | 0.48% | - |
| HSV(B) | 36.43º | 0.73% | 0.76% | - |
| XYZ | 31.72 | 29.77 | 7.44 | - |
| YUV | 144.76 | 76.22 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 53 | 0 | 0.28 | 0.73 | 0.24 | 36.43 | 0.57 | 0.48 |
| Hex | C1 | 8A | 35 | 0 | 1C | 49 | 18 | 24 | 39 | 30 |
| Octal | 301 | 212 | 65 | 0 | 34 | 111 | 30 | 44 | 71 | 60 |
| Binary | 11000001 | 10001010 | 110101 | 0 | 11100 | 1001001 | 11000 | 100100 | 111001 | 110000 |
Color Harmonies of #C18A35
Complementary color
Monochromatic Colors of #C18A35
Black with #C18A35
Text Example
Text Example
White with #C18A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A35; }
p { color: rgb(193,138,53); }
H1.HeaderClassName
{
color: #C18A35;
}
.AnyTagClassName
{
color: #C18A35;
}
</style>
background-color css
<style>
a { background-color: #C18A35; }
a { background-color: rgb(193,138,53); }
div.DivClassName
{
background-color: #C18A35;
}
.BgClassName
{
background-color: #C18A35;
}
</style>
border-color css
<style>
span { border-color: #C18A35; }
span { border-color: rgb(193,138,53); }
td.TdClassName
{
border-color: #C18A35;
}
.TagClassName
{
border-color: #C18A35;
}
</style>