Shades of Pizza #C0893D
Tints of Pizza #C0893D
RGB
CMYK
RGB Variations
Color information
#C0893D (or 0xC0893D) is known color: Pizza. HEX triplet: C0, 89 and 3D. RGB value is (192,137,61). Sum of RGB (Red+Green+Blue) = 192+137+61=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0893D is #3F76C2. Grayscale: #919191. Windows color (decimal): -4159171 or 4032960. OLE color: 4032960.
HSL color Cylindrical-coordinate representation of color #C0893D: hue angle of 34.81º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0893D is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 61 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.25 |
| HSL | 34.81º | 0.52% | 0.5% | - |
| HSV(B) | 34.81º | 0.68% | 0.75% | - |
| XYZ | 31.53 | 29.43 | 8.43 | - |
| YUV | 144.78 | 80.72 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 61 | 0 | 0.29 | 0.68 | 0.25 | 34.81 | 0.52 | 0.5 |
| Hex | C0 | 89 | 3D | 0 | 1D | 44 | 19 | 23 | 34 | 32 |
| Octal | 300 | 211 | 75 | 0 | 35 | 104 | 31 | 43 | 64 | 62 |
| Binary | 11000000 | 10001001 | 111101 | 0 | 11101 | 1000100 | 11001 | 100011 | 110100 | 110010 |
Color Harmonies of #C0893D
Complementary color
Monochromatic Colors of #C0893D
Black with #C0893D
Text Example
Text Example
White with #C0893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0893D; }
p { color: rgb(192,137,61); }
H1.HeaderClassName
{
color: #C0893D;
}
.AnyTagClassName
{
color: #C0893D;
}
</style>
background-color css
<style>
a { background-color: #C0893D; }
a { background-color: rgb(192,137,61); }
div.DivClassName
{
background-color: #C0893D;
}
.BgClassName
{
background-color: #C0893D;
}
</style>
border-color css
<style>
span { border-color: #C0893D; }
span { border-color: rgb(192,137,61); }
td.TdClassName
{
border-color: #C0893D;
}
.TagClassName
{
border-color: #C0893D;
}
</style>