#CE6C35

Color #CE6C35 Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tango #CE6C35

Tints of Tango #CE6C35

Color information

#CE6C35 (or 0xCE6C35) is unknown color: approx Tango. HEX triplet: CE, 6C and 35. RGB value is (206,108,53). Sum of RGB (Red+Green+Blue) = 206+108+53=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6C35 is #3193CA. Grayscale: #838383. Windows color (decimal): -3249099 or 3501262. OLE color: 3501262.

HSL color Cylindrical-coordinate representation of color #CE6C35: hue angle of 21.57º 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 #CE6C35 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB20610853-
CMYK00.480.740.19
HSL21.57º60.96%50.78%-
HSV(B)21.57º74.27%80.78%-
XYZ31.4624.16.36-
YUV131.0383.97181.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 56.13%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 53 (21.09% from 255) = 14.44%
R=56.13%
G=29.43%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061085300.480.740.1921.5760.9650.78
HexCE6C350304A13163d33
Octal3161546506011223267563
Binary110011101101100110101011000010010101001110110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6C35; }

 p { color: rgb(206,108,53); }

 H1.HeaderClassName
 {
   color: #CE6C35;
 }
 .AnyTagClassName
 {
   color: #CE6C35;
 }
</style>
background-color css

<style>
 a { background-color: #CE6C35; }

 a { background-color: rgb(206,108,53); }

 div.DivClassName
 {
   background-color: #CE6C35;
 }
 .BgClassName
 {
   background-color: #CE6C35;
 }
</style>
border-color css

<style>
 span { border-color: #CE6C35; }

 span { border-color: rgb(206,108,53); }

 td.TdClassName
 {
   border-color: #CE6C35;
 }
 .TagClassName
 {
   border-color: #CE6C35;
 }
</style>