Shades of Tango #CF7338
Tints of Tango #CF7338
RGB
CMYK
RGB Variations
Color information
#CF7338 (or 0xCF7338) is known color: Tango. HEX triplet: CF, 73 and 38. RGB value is (207,115,56). Sum of RGB (Red+Green+Blue) = 207+115+56=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7338 is #308CC7. Grayscale: #888888. Windows color (decimal): -3181768 or 3699663. OLE color: 3699663.
HSL color Cylindrical-coordinate representation of color #CF7338: hue angle of 23.44º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF7338 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 56 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.19 |
| HSL | 23.44º | 0.61% | 0.52% | - |
| HSV(B) | 23.44º | 0.73% | 0.81% | - |
| XYZ | 32.58 | 25.81 | 7.01 | - |
| YUV | 135.78 | 82.98 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 56 | 0 | 0.44 | 0.73 | 0.19 | 23.44 | 0.61 | 0.52 |
| Hex | CF | 73 | 38 | 0 | 2C | 49 | 13 | 17 | 3D | 34 |
| Octal | 317 | 163 | 70 | 0 | 54 | 111 | 23 | 27 | 75 | 64 |
| Binary | 11001111 | 1110011 | 111000 | 0 | 101100 | 1001001 | 10011 | 10111 | 111101 | 110100 |
Color Harmonies of #CF7338
Complementary color
Monochromatic Colors of #CF7338
Black with #CF7338
Text Example
Text Example
White with #CF7338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7338; }
p { color: rgb(207,115,56); }
H1.HeaderClassName
{
color: #CF7338;
}
.AnyTagClassName
{
color: #CF7338;
}
</style>
background-color css
<style>
a { background-color: #CF7338; }
a { background-color: rgb(207,115,56); }
div.DivClassName
{
background-color: #CF7338;
}
.BgClassName
{
background-color: #CF7338;
}
</style>
border-color css
<style>
span { border-color: #CF7338; }
span { border-color: rgb(207,115,56); }
td.TdClassName
{
border-color: #CF7338;
}
.TagClassName
{
border-color: #CF7338;
}
</style>