Shades of Pizza #C3933D
Tints of Pizza #C3933D
RGB
CMYK
RGB Variations
Color information
#C3933D (or 0xC3933D) is known color: Pizza. HEX triplet: C3, 93 and 3D. RGB value is (195,147,61). Sum of RGB (Red+Green+Blue) = 195+147+61=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3933D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3933D is #3C6CC2. Grayscale: #979797. Windows color (decimal): -3960003 or 4035523. OLE color: 4035523.
HSL color Cylindrical-coordinate representation of color #C3933D: hue angle of 38.51º 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 #C3933D is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 61 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.24 |
| HSL | 38.51º | 0.53% | 0.5% | - |
| HSV(B) | 38.51º | 0.69% | 0.76% | - |
| XYZ | 33.78 | 32.81 | 8.97 | - |
| YUV | 151.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 61 | 0 | 0.25 | 0.69 | 0.24 | 38.51 | 0.53 | 0.5 |
| Hex | C3 | 93 | 3D | 0 | 19 | 45 | 18 | 27 | 35 | 32 |
| Octal | 303 | 223 | 75 | 0 | 31 | 105 | 30 | 47 | 65 | 62 |
| Binary | 11000011 | 10010011 | 111101 | 0 | 11001 | 1000101 | 11000 | 100111 | 110101 | 110010 |
Color Harmonies of #C3933D
Complementary color
Monochromatic Colors of #C3933D
Black with #C3933D
Text Example
Text Example
White with #C3933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3933D; }
p { color: rgb(195,147,61); }
H1.HeaderClassName
{
color: #C3933D;
}
.AnyTagClassName
{
color: #C3933D;
}
</style>
background-color css
<style>
a { background-color: #C3933D; }
a { background-color: rgb(195,147,61); }
div.DivClassName
{
background-color: #C3933D;
}
.BgClassName
{
background-color: #C3933D;
}
</style>
border-color css
<style>
span { border-color: #C3933D; }
span { border-color: rgb(195,147,61); }
td.TdClassName
{
border-color: #C3933D;
}
.TagClassName
{
border-color: #C3933D;
}
</style>