Shades of Tango #CF722A
Tints of Tango #CF722A
RGB
CMYK
RGB Variations
Color information
#CF722A (or 0xCF722A) is known color: Tango. HEX triplet: CF, 72 and 2A. RGB value is (207,114,42). Sum of RGB (Red+Green+Blue) = 207+114+42=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF722A is #308DD5. Grayscale: #858585. Windows color (decimal): -3182038 or 2781903. OLE color: 2781903.
HSL color Cylindrical-coordinate representation of color #CF722A: hue angle of 26.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF722A is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 42 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.19 |
| HSL | 26.18º | 0.66% | 0.49% | - |
| HSV(B) | 26.18º | 0.8% | 0.81% | - |
| XYZ | 32.17 | 25.47 | 5.41 | - |
| YUV | 133.6 | 76.31 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 42 | 0 | 0.45 | 0.80 | 0.19 | 26.18 | 0.66 | 0.49 |
| Hex | CF | 72 | 2A | 0 | 2D | 50 | 13 | 1A | 42 | 31 |
| Octal | 317 | 162 | 52 | 0 | 55 | 120 | 23 | 32 | 102 | 61 |
| Binary | 11001111 | 1110010 | 101010 | 0 | 101101 | 1010000 | 10011 | 11010 | 1000010 | 110001 |
Color Harmonies of #CF722A
Complementary color
Monochromatic Colors of #CF722A
Black with #CF722A
Text Example
Text Example
White with #CF722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF722A; }
p { color: rgb(207,114,42); }
H1.HeaderClassName
{
color: #CF722A;
}
.AnyTagClassName
{
color: #CF722A;
}
</style>
background-color css
<style>
a { background-color: #CF722A; }
a { background-color: rgb(207,114,42); }
div.DivClassName
{
background-color: #CF722A;
}
.BgClassName
{
background-color: #CF722A;
}
</style>
border-color css
<style>
span { border-color: #CF722A; }
span { border-color: rgb(207,114,42); }
td.TdClassName
{
border-color: #CF722A;
}
.TagClassName
{
border-color: #CF722A;
}
</style>