Shades of Pizza #C2923D
Tints of Pizza #C2923D
RGB
CMYK
RGB Variations
Color information
#C2923D (or 0xC2923D) is known color: Pizza. HEX triplet: C2, 92 and 3D. RGB value is (194,146,61). Sum of RGB (Red+Green+Blue) = 194+146+61=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2923D is #3D6DC2. Grayscale: #979797. Windows color (decimal): -4025795 or 4035266. OLE color: 4035266.
HSL color Cylindrical-coordinate representation of color #C2923D: hue angle of 38.35º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2923D is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 61 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.24 |
| HSL | 38.35º | 0.52% | 0.5% | - |
| HSV(B) | 38.35º | 0.69% | 0.76% | - |
| XYZ | 33.37 | 32.36 | 8.9 | - |
| YUV | 150.66 | 77.4 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 61 | 0 | 0.25 | 0.69 | 0.24 | 38.35 | 0.52 | 0.5 |
| Hex | C2 | 92 | 3D | 0 | 19 | 45 | 18 | 26 | 34 | 32 |
| Octal | 302 | 222 | 75 | 0 | 31 | 105 | 30 | 46 | 64 | 62 |
| Binary | 11000010 | 10010010 | 111101 | 0 | 11001 | 1000101 | 11000 | 100110 | 110100 | 110010 |
Color Harmonies of #C2923D
Complementary color
Monochromatic Colors of #C2923D
Black with #C2923D
Text Example
Text Example
White with #C2923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2923D; }
p { color: rgb(194,146,61); }
H1.HeaderClassName
{
color: #C2923D;
}
.AnyTagClassName
{
color: #C2923D;
}
</style>
background-color css
<style>
a { background-color: #C2923D; }
a { background-color: rgb(194,146,61); }
div.DivClassName
{
background-color: #C2923D;
}
.BgClassName
{
background-color: #C2923D;
}
</style>
border-color css
<style>
span { border-color: #C2923D; }
span { border-color: rgb(194,146,61); }
td.TdClassName
{
border-color: #C2923D;
}
.TagClassName
{
border-color: #C2923D;
}
</style>