Shades of Pizza #C3923D
Tints of Pizza #C3923D
RGB
CMYK
RGB Variations
Color information
#C3923D (or 0xC3923D) is known color: Pizza. HEX triplet: C3, 92 and 3D. RGB value is (195,146,61). Sum of RGB (Red+Green+Blue) = 195+146+61=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3923D is #3C6DC2. Grayscale: #979797. Windows color (decimal): -3960259 or 4035267. OLE color: 4035267.
HSL color Cylindrical-coordinate representation of color #C3923D: hue angle of 38.06º degrees, saturation: 0.53, 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 #C3923D is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 61 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.24 |
| HSL | 38.06º | 0.53% | 0.5% | - |
| HSV(B) | 38.06º | 0.69% | 0.76% | - |
| XYZ | 33.63 | 32.5 | 8.92 | - |
| YUV | 150.96 | 77.23 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 61 | 0 | 0.25 | 0.69 | 0.24 | 38.06 | 0.53 | 0.5 |
| Hex | C3 | 92 | 3D | 0 | 19 | 45 | 18 | 26 | 35 | 32 |
| Octal | 303 | 222 | 75 | 0 | 31 | 105 | 30 | 46 | 65 | 62 |
| Binary | 11000011 | 10010010 | 111101 | 0 | 11001 | 1000101 | 11000 | 100110 | 110101 | 110010 |
Color Harmonies of #C3923D
Complementary color
Monochromatic Colors of #C3923D
Black with #C3923D
Text Example
Text Example
White with #C3923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3923D; }
p { color: rgb(195,146,61); }
H1.HeaderClassName
{
color: #C3923D;
}
.AnyTagClassName
{
color: #C3923D;
}
</style>
background-color css
<style>
a { background-color: #C3923D; }
a { background-color: rgb(195,146,61); }
div.DivClassName
{
background-color: #C3923D;
}
.BgClassName
{
background-color: #C3923D;
}
</style>
border-color css
<style>
span { border-color: #C3923D; }
span { border-color: rgb(195,146,61); }
td.TdClassName
{
border-color: #C3923D;
}
.TagClassName
{
border-color: #C3923D;
}
</style>