Shades of Pizza #C3913D
Tints of Pizza #C3913D
RGB
CMYK
RGB Variations
Color information
#C3913D (or 0xC3913D) is known color: Pizza. HEX triplet: C3, 91 and 3D. RGB value is (195,145,61). Sum of RGB (Red+Green+Blue) = 195+145+61=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3913D is #3C6EC2. Grayscale: #969696. Windows color (decimal): -3960515 or 4035011. OLE color: 4035011.
HSL color Cylindrical-coordinate representation of color #C3913D: hue angle of 37.61º 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 #C3913D is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 61 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.24 |
| HSL | 37.61º | 0.53% | 0.5% | - |
| HSV(B) | 37.61º | 0.69% | 0.76% | - |
| XYZ | 33.47 | 32.19 | 8.86 | - |
| YUV | 150.37 | 77.57 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 61 | 0 | 0.26 | 0.69 | 0.24 | 37.61 | 0.53 | 0.5 |
| Hex | C3 | 91 | 3D | 0 | 1A | 45 | 18 | 26 | 35 | 32 |
| Octal | 303 | 221 | 75 | 0 | 32 | 105 | 30 | 46 | 65 | 62 |
| Binary | 11000011 | 10010001 | 111101 | 0 | 11010 | 1000101 | 11000 | 100110 | 110101 | 110010 |
Color Harmonies of #C3913D
Complementary color
Monochromatic Colors of #C3913D
Black with #C3913D
Text Example
Text Example
White with #C3913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3913D; }
p { color: rgb(195,145,61); }
H1.HeaderClassName
{
color: #C3913D;
}
.AnyTagClassName
{
color: #C3913D;
}
</style>
background-color css
<style>
a { background-color: #C3913D; }
a { background-color: rgb(195,145,61); }
div.DivClassName
{
background-color: #C3913D;
}
.BgClassName
{
background-color: #C3913D;
}
</style>
border-color css
<style>
span { border-color: #C3913D; }
span { border-color: rgb(195,145,61); }
td.TdClassName
{
border-color: #C3913D;
}
.TagClassName
{
border-color: #C3913D;
}
</style>