Shades of Pizza #C2993C
Tints of Pizza #C2993C
RGB
CMYK
RGB Variations
Color information
#C2993C (or 0xC2993C) is known color: Pizza. HEX triplet: C2, 99 and 3C. RGB value is (194,153,60). Sum of RGB (Red+Green+Blue) = 194+153+60=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2993C is #3D66C3. Grayscale: #9B9B9B. Windows color (decimal): -4024004 or 3971522. OLE color: 3971522.
HSL color Cylindrical-coordinate representation of color #C2993C: hue angle of 41.64º 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 #C2993C is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 60 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.24 |
| HSL | 41.64º | 0.53% | 0.5% | - |
| HSV(B) | 41.64º | 0.69% | 0.76% | - |
| XYZ | 34.45 | 34.58 | 9.13 | - |
| YUV | 154.66 | 74.58 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 60 | 0 | 0.21 | 0.69 | 0.24 | 41.64 | 0.53 | 0.5 |
| Hex | C2 | 99 | 3C | 0 | 15 | 45 | 18 | 2A | 35 | 32 |
| Octal | 302 | 231 | 74 | 0 | 25 | 105 | 30 | 52 | 65 | 62 |
| Binary | 11000010 | 10011001 | 111100 | 0 | 10101 | 1000101 | 11000 | 101010 | 110101 | 110010 |
Color Harmonies of #C2993C
Complementary color
Monochromatic Colors of #C2993C
Black with #C2993C
Text Example
Text Example
White with #C2993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2993C; }
p { color: rgb(194,153,60); }
H1.HeaderClassName
{
color: #C2993C;
}
.AnyTagClassName
{
color: #C2993C;
}
</style>
background-color css
<style>
a { background-color: #C2993C; }
a { background-color: rgb(194,153,60); }
div.DivClassName
{
background-color: #C2993C;
}
.BgClassName
{
background-color: #C2993C;
}
</style>
border-color css
<style>
span { border-color: #C2993C; }
span { border-color: rgb(194,153,60); }
td.TdClassName
{
border-color: #C2993C;
}
.TagClassName
{
border-color: #C2993C;
}
</style>