Shades of Tango #CF752C
Tints of Tango #CF752C
RGB
CMYK
RGB Variations
Color information
#CF752C (or 0xCF752C) is known color: Tango. HEX triplet: CF, 75 and 2C. RGB value is (207,117,44). Sum of RGB (Red+Green+Blue) = 207+117+44=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF752C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF752C is #308AD3. Grayscale: #878787. Windows color (decimal): -3181268 or 2913743. OLE color: 2913743.
HSL color Cylindrical-coordinate representation of color #CF752C: hue angle of 26.87º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF752C is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 44 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.19 |
| HSL | 26.87º | 0.65% | 0.49% | - |
| HSV(B) | 26.87º | 0.79% | 0.81% | - |
| XYZ | 32.55 | 26.17 | 5.72 | - |
| YUV | 135.59 | 76.32 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 44 | 0 | 0.43 | 0.79 | 0.19 | 26.87 | 0.65 | 0.49 |
| Hex | CF | 75 | 2C | 0 | 2B | 4F | 13 | 1B | 41 | 31 |
| Octal | 317 | 165 | 54 | 0 | 53 | 117 | 23 | 33 | 101 | 61 |
| Binary | 11001111 | 1110101 | 101100 | 0 | 101011 | 1001111 | 10011 | 11011 | 1000001 | 110001 |
Color Harmonies of #CF752C
Complementary color
Monochromatic Colors of #CF752C
Black with #CF752C
Text Example
Text Example
White with #CF752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF752C; }
p { color: rgb(207,117,44); }
H1.HeaderClassName
{
color: #CF752C;
}
.AnyTagClassName
{
color: #CF752C;
}
</style>
background-color css
<style>
a { background-color: #CF752C; }
a { background-color: rgb(207,117,44); }
div.DivClassName
{
background-color: #CF752C;
}
.BgClassName
{
background-color: #CF752C;
}
</style>
border-color css
<style>
span { border-color: #CF752C; }
span { border-color: rgb(207,117,44); }
td.TdClassName
{
border-color: #CF752C;
}
.TagClassName
{
border-color: #CF752C;
}
</style>