Html Css Color HEX #CE6E2D Tango

📋 copy color: '#CE6E2D'

red 206 ◦ green 110 ◦ blue 45

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

Shades of Tango #CE6E2D

Tints of Tango #CE6E2D

RGB

 RED value IS 206 (80.86% from 255) = 57.06%

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

 BLUE value IS 45 (17.97% from 255) = 12.47%

R = 57.06%
G = 30.47%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE6E2D (or 0xCE6E2D) is known color: Tango. HEX triplet: CE, 6E and 2D. RGB value is (206,110,45). Sum of RGB (Red+Green+Blue) = 206+110+45=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6E2D is #3191D2. Grayscale: #838383. Windows color (decimal): -3248595 or 2977486. OLE color: 2977486.

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

Color convert

RGB 206 110 45 -
CMYK 0 0.47 0.78 0.19
HSL 24.22º 0.64% 0.49% -
HSV(B) 24.22º 0.78% 0.81% -
XYZ 31.5 24.46 5.54 -
YUV 131.29 79.3 181.29 -
System Red Green Blue C M Y K H S L
Decimal 206 110 45 0 0.47 0.78 0.19 24.22 0.64 0.49
Hex CE 6E 2D 0 2F 4E 13 18 40 31
Octal 316 156 55 0 57 116 23 30 100 61
Binary 11001110 1101110 101101 0 101111 1001110 10011 11000 1000000 110001

Color Harmonies of #CE6E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E2D

Black with #CE6E2D

Text Example


Text Example

White with #CE6E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E2D; }

 p { color: rgb(206,110,45); }

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

background-color css

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

 a { background-color: rgb(206,110,45); }

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

border-color css

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

 span { border-color: rgb(206,110,45); }

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