Shades of Tango #CF6B36
Tints of Tango #CF6B36
RGB
CMYK
RGB Variations
Color information
#CF6B36 (or 0xCF6B36) is known color: Tango. HEX triplet: CF, 6B and 36. RGB value is (207,107,54). Sum of RGB (Red+Green+Blue) = 207+107+54=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6B36 is #3094C9. Grayscale: #838383. Windows color (decimal): -3183818 or 3566543. OLE color: 3566543.
HSL color Cylindrical-coordinate representation of color #CF6B36: hue angle of 20.78º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF6B36 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 54 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.19 |
| HSL | 20.78º | 0.61% | 0.51% | - |
| HSV(B) | 20.78º | 0.74% | 0.81% | - |
| XYZ | 31.66 | 24.05 | 6.46 | - |
| YUV | 130.86 | 84.63 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 54 | 0 | 0.48 | 0.74 | 0.19 | 20.78 | 0.61 | 0.51 |
| Hex | CF | 6B | 36 | 0 | 30 | 4A | 13 | 15 | 3D | 33 |
| Octal | 317 | 153 | 66 | 0 | 60 | 112 | 23 | 25 | 75 | 63 |
| Binary | 11001111 | 1101011 | 110110 | 0 | 110000 | 1001010 | 10011 | 10101 | 111101 | 110011 |
Color Harmonies of #CF6B36
Complementary color
Monochromatic Colors of #CF6B36
Black with #CF6B36
Text Example
Text Example
White with #CF6B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B36; }
p { color: rgb(207,107,54); }
H1.HeaderClassName
{
color: #CF6B36;
}
.AnyTagClassName
{
color: #CF6B36;
}
</style>
background-color css
<style>
a { background-color: #CF6B36; }
a { background-color: rgb(207,107,54); }
div.DivClassName
{
background-color: #CF6B36;
}
.BgClassName
{
background-color: #CF6B36;
}
</style>
border-color css
<style>
span { border-color: #CF6B36; }
span { border-color: rgb(207,107,54); }
td.TdClassName
{
border-color: #CF6B36;
}
.TagClassName
{
border-color: #CF6B36;
}
</style>