Shades of Pizza #C08F38
Tints of Pizza #C08F38
RGB
CMYK
RGB Variations
Color information
#C08F38 (or 0xC08F38) is known color: Pizza. HEX triplet: C0, 8F and 38. RGB value is (192,143,56). Sum of RGB (Red+Green+Blue) = 192+143+56=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08F38 is #3F70C7. Grayscale: #949494. Windows color (decimal): -4157640 or 3706816. OLE color: 3706816.
HSL color Cylindrical-coordinate representation of color #C08F38: hue angle of 38.38º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C08F38 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 56 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.25 |
| HSL | 38.38º | 0.55% | 0.49% | - |
| HSV(B) | 38.38º | 0.71% | 0.75% | - |
| XYZ | 32.27 | 31.14 | 8.05 | - |
| YUV | 147.73 | 76.23 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 56 | 0 | 0.26 | 0.71 | 0.25 | 38.38 | 0.55 | 0.49 |
| Hex | C0 | 8F | 38 | 0 | 1A | 47 | 19 | 26 | 37 | 31 |
| Octal | 300 | 217 | 70 | 0 | 32 | 107 | 31 | 46 | 67 | 61 |
| Binary | 11000000 | 10001111 | 111000 | 0 | 11010 | 1000111 | 11001 | 100110 | 110111 | 110001 |
Color Harmonies of #C08F38
Complementary color
Monochromatic Colors of #C08F38
Black with #C08F38
Text Example
Text Example
White with #C08F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F38; }
p { color: rgb(192,143,56); }
H1.HeaderClassName
{
color: #C08F38;
}
.AnyTagClassName
{
color: #C08F38;
}
</style>
background-color css
<style>
a { background-color: #C08F38; }
a { background-color: rgb(192,143,56); }
div.DivClassName
{
background-color: #C08F38;
}
.BgClassName
{
background-color: #C08F38;
}
</style>
border-color css
<style>
span { border-color: #C08F38; }
span { border-color: rgb(192,143,56); }
td.TdClassName
{
border-color: #C08F38;
}
.TagClassName
{
border-color: #C08F38;
}
</style>