Shades of Pizza #C3993C
Tints of Pizza #C3993C
RGB
CMYK
RGB Variations
Color information
#C3993C (or 0xC3993C) is known color: Pizza. HEX triplet: C3, 99 and 3C. RGB value is (195,153,60). Sum of RGB (Red+Green+Blue) = 195+153+60=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3993C is #3C66C3. Grayscale: #9B9B9B. Windows color (decimal): -3958468 or 3971523. OLE color: 3971523.
HSL color Cylindrical-coordinate representation of color #C3993C: hue angle of 41.33º 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 #C3993C is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 60 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.24 |
| HSL | 41.33º | 0.53% | 0.5% | - |
| HSV(B) | 41.33º | 0.69% | 0.76% | - |
| XYZ | 34.71 | 34.71 | 9.15 | - |
| YUV | 154.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 60 | 0 | 0.22 | 0.69 | 0.24 | 41.33 | 0.53 | 0.5 |
| Hex | C3 | 99 | 3C | 0 | 16 | 45 | 18 | 29 | 35 | 32 |
| Octal | 303 | 231 | 74 | 0 | 26 | 105 | 30 | 51 | 65 | 62 |
| Binary | 11000011 | 10011001 | 111100 | 0 | 10110 | 1000101 | 11000 | 101001 | 110101 | 110010 |
Color Harmonies of #C3993C
Complementary color
Monochromatic Colors of #C3993C
Black with #C3993C
Text Example
Text Example
White with #C3993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3993C; }
p { color: rgb(195,153,60); }
H1.HeaderClassName
{
color: #C3993C;
}
.AnyTagClassName
{
color: #C3993C;
}
</style>
background-color css
<style>
a { background-color: #C3993C; }
a { background-color: rgb(195,153,60); }
div.DivClassName
{
background-color: #C3993C;
}
.BgClassName
{
background-color: #C3993C;
}
</style>
border-color css
<style>
span { border-color: #C3993C; }
span { border-color: rgb(195,153,60); }
td.TdClassName
{
border-color: #C3993C;
}
.TagClassName
{
border-color: #C3993C;
}
</style>