#CE6B35

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

Shades of Tango #CE6B35

Tints of Tango #CE6B35

Color information

#CE6B35 (or 0xCE6B35) is unknown color: approx Tango. HEX triplet: CE, 6B and 35. RGB value is (206,107,53). Sum of RGB (Red+Green+Blue) = 206+107+53=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6B35 is #3194CA. Grayscale: #828282. Windows color (decimal): -3249355 or 3501006. OLE color: 3501006.

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

Color convert

RGB20610753-
CMYK00.480.740.19
HSL21.18º60.96%50.78%-
HSV(B)21.18º74.27%80.78%-
XYZ31.3523.896.33-
YUV130.4484.3181.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.28%
GREEN value IS 107 (42.19% from 255) = 29.23%
BLUE value IS 53 (21.09% from 255) = 14.48%
R=56.28%
G=29.23%
B=14.48%

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
Decimal2061075300.480.740.1921.1860.9650.78
HexCE6B350304A13153d33
Octal3161536506011223257563
Binary110011101101011110101011000010010101001110101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6B35; }

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

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

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

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

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

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

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

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