#CD6E35

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

Shades of Tango #CD6E35

Tints of Tango #CD6E35

Color information

#CD6E35 (or 0xCD6E35) is unknown color: approx Tango. HEX triplet: CD, 6E and 35. RGB value is (205,110,53). Sum of RGB (Red+Green+Blue) = 205+110+53=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6E35 is #3291CA. Grayscale: #848484. Windows color (decimal): -3314123 or 3501773. OLE color: 3501773.

HSL color Cylindrical-coordinate representation of color #CD6E35: hue angle of 22.5º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD6E35 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20511053-
CMYK00.460.740.20
HSL22.5º60.32%50.59%-
HSV(B)22.5º74.15%80.39%-
XYZ31.424.396.42-
YUV131.9183.47180.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.71%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 53 (21.09% from 255) = 14.40%
R=55.71%
G=29.89%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051105300.460.740.2022.560.3250.59
HexCD6E3502E4A14163c33
Octal3151566505611224267463
Binary110011011101110110101010111010010101010010110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E35; }

 p { color: rgb(205,110,53); }

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

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

 a { background-color: rgb(205,110,53); }

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

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

 span { border-color: rgb(205,110,53); }

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