Shades of Pizza #C3973D
Tints of Pizza #C3973D
RGB
CMYK
RGB Variations
Color information
#C3973D (or 0xC3973D) is known color: Pizza. HEX triplet: C3, 97 and 3D. RGB value is (195,151,61). Sum of RGB (Red+Green+Blue) = 195+151+61=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3973D is #3C68C2. Grayscale: #9A9A9A. Windows color (decimal): -3958979 or 4036547. OLE color: 4036547.
HSL color Cylindrical-coordinate representation of color #C3973D: hue angle of 40.3º 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 #C3973D is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 61 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.24 |
| HSL | 40.3º | 0.53% | 0.5% | - |
| HSV(B) | 40.3º | 0.69% | 0.76% | - |
| XYZ | 34.41 | 34.07 | 9.18 | - |
| YUV | 153.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 61 | 0 | 0.23 | 0.69 | 0.24 | 40.3 | 0.53 | 0.5 |
| Hex | C3 | 97 | 3D | 0 | 17 | 45 | 18 | 28 | 35 | 32 |
| Octal | 303 | 227 | 75 | 0 | 27 | 105 | 30 | 50 | 65 | 62 |
| Binary | 11000011 | 10010111 | 111101 | 0 | 10111 | 1000101 | 11000 | 101000 | 110101 | 110010 |
Color Harmonies of #C3973D
Complementary color
Monochromatic Colors of #C3973D
Black with #C3973D
Text Example
Text Example
White with #C3973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3973D; }
p { color: rgb(195,151,61); }
H1.HeaderClassName
{
color: #C3973D;
}
.AnyTagClassName
{
color: #C3973D;
}
</style>
background-color css
<style>
a { background-color: #C3973D; }
a { background-color: rgb(195,151,61); }
div.DivClassName
{
background-color: #C3973D;
}
.BgClassName
{
background-color: #C3973D;
}
</style>
border-color css
<style>
span { border-color: #C3973D; }
span { border-color: rgb(195,151,61); }
td.TdClassName
{
border-color: #C3973D;
}
.TagClassName
{
border-color: #C3973D;
}
</style>