Html Css Color HEX #CD6E32 Tango

📋 copy color: '#CD6E32'

red 205 ◦ green 110 ◦ blue 50

#CD6E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tango #CD6E32

Tints of Tango #CD6E32

RGB

 RED value IS 205 (80.47% from 255) = 56.16%

 GREEN value IS 110 (43.36% from 255) = 30.14%

 BLUE value IS 50 (19.92% from 255) = 13.7%

R = 56.16%
G = 30.14%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CD6E32 (or 0xCD6E32) is known color: Tango. HEX triplet: CD, 6E and 32. RGB value is (205,110,50). Sum of RGB (Red+Green+Blue) = 205+110+50=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6E32 is #3291CD. Grayscale: #838383. Windows color (decimal): -3314126 or 3305165. OLE color: 3305165.

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

Color convert

RGB 205 110 50 -
CMYK 0 0.46 0.76 0.20
HSL 23.23º 0.61% 0.5% -
HSV(B) 23.23º 0.76% 0.8% -
XYZ 31.33 24.36 6.07 -
YUV 131.57 81.97 180.38 -
System Red Green Blue C M Y K H S L
Decimal 205 110 50 0 0.46 0.76 0.20 23.23 0.61 0.5
Hex CD 6E 32 0 2E 4C 14 17 3D 32
Octal 315 156 62 0 56 114 24 27 75 62
Binary 11001101 1101110 110010 0 101110 1001100 10100 10111 111101 110010

Color Harmonies of #CD6E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6E32

Black with #CD6E32

Text Example


Text Example

White with #CD6E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6E32; }

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

 H1.HeaderClassName
 {
   color: #CD6E32;
 }
 .AnyTagClassName
 {
   color: #CD6E32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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