Shades of Pizza #C3953D
Tints of Pizza #C3953D
RGB
CMYK
RGB Variations
Color information
#C3953D (or 0xC3953D) is known color: Pizza. HEX triplet: C3, 95 and 3D. RGB value is (195,149,61). Sum of RGB (Red+Green+Blue) = 195+149+61=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3953D is #3C6AC2. Grayscale: #999999. Windows color (decimal): -3959491 or 4036035. OLE color: 4036035.
HSL color Cylindrical-coordinate representation of color #C3953D: hue angle of 39.4º 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 #C3953D is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 61 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.24 |
| HSL | 39.4º | 0.53% | 0.5% | - |
| HSV(B) | 39.4º | 0.69% | 0.76% | - |
| XYZ | 34.1 | 33.43 | 9.07 | - |
| YUV | 152.72 | 76.24 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 61 | 0 | 0.24 | 0.69 | 0.24 | 39.4 | 0.53 | 0.5 |
| Hex | C3 | 95 | 3D | 0 | 18 | 45 | 18 | 27 | 35 | 32 |
| Octal | 303 | 225 | 75 | 0 | 30 | 105 | 30 | 47 | 65 | 62 |
| Binary | 11000011 | 10010101 | 111101 | 0 | 11000 | 1000101 | 11000 | 100111 | 110101 | 110010 |
Color Harmonies of #C3953D
Complementary color
Monochromatic Colors of #C3953D
Black with #C3953D
Text Example
Text Example
White with #C3953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3953D; }
p { color: rgb(195,149,61); }
H1.HeaderClassName
{
color: #C3953D;
}
.AnyTagClassName
{
color: #C3953D;
}
</style>
background-color css
<style>
a { background-color: #C3953D; }
a { background-color: rgb(195,149,61); }
div.DivClassName
{
background-color: #C3953D;
}
.BgClassName
{
background-color: #C3953D;
}
</style>
border-color css
<style>
span { border-color: #C3953D; }
span { border-color: rgb(195,149,61); }
td.TdClassName
{
border-color: #C3953D;
}
.TagClassName
{
border-color: #C3953D;
}
</style>