Shades of Tango #CE752D
Tints of Tango #CE752D
RGB
CMYK
RGB Variations
Color information
#CE752D (or 0xCE752D) is known color: Tango. HEX triplet: CE, 75 and 2D. RGB value is (206,117,45). Sum of RGB (Red+Green+Blue) = 206+117+45=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE752D is #318AD2. Grayscale: #878787. Windows color (decimal): -3246803 or 2979278. OLE color: 2979278.
HSL color Cylindrical-coordinate representation of color #CE752D: hue angle of 26.83º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE752D is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 45 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.19 |
| HSL | 26.83º | 0.64% | 0.49% | - |
| HSV(B) | 26.83º | 0.78% | 0.81% | - |
| XYZ | 32.29 | 26.03 | 5.81 | - |
| YUV | 135.4 | 76.99 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 45 | 0 | 0.43 | 0.78 | 0.19 | 26.83 | 0.64 | 0.49 |
| Hex | CE | 75 | 2D | 0 | 2B | 4E | 13 | 1B | 40 | 31 |
| Octal | 316 | 165 | 55 | 0 | 53 | 116 | 23 | 33 | 100 | 61 |
| Binary | 11001110 | 1110101 | 101101 | 0 | 101011 | 1001110 | 10011 | 11011 | 1000000 | 110001 |
Color Harmonies of #CE752D
Complementary color
Monochromatic Colors of #CE752D
Black with #CE752D
Text Example
Text Example
White with #CE752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE752D; }
p { color: rgb(206,117,45); }
H1.HeaderClassName
{
color: #CE752D;
}
.AnyTagClassName
{
color: #CE752D;
}
</style>
background-color css
<style>
a { background-color: #CE752D; }
a { background-color: rgb(206,117,45); }
div.DivClassName
{
background-color: #CE752D;
}
.BgClassName
{
background-color: #CE752D;
}
</style>
border-color css
<style>
span { border-color: #CE752D; }
span { border-color: rgb(206,117,45); }
td.TdClassName
{
border-color: #CE752D;
}
.TagClassName
{
border-color: #CE752D;
}
</style>