Html Css Color HEX #CE6E2E Tango

📋 copy color: '#CE6E2E'

red 206 ◦ green 110 ◦ blue 46

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

Shades of Tango #CE6E2E

Tints of Tango #CE6E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.71%

R = 56.91%
G = 30.39%
B = 12.71%

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

#CE6E2E (or 0xCE6E2E) is known color: Tango. HEX triplet: CE, 6E and 2E. RGB value is (206,110,46). Sum of RGB (Red+Green+Blue) = 206+110+46=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6E2E is #3191D1. Grayscale: #838383. Windows color (decimal): -3248594 or 3043022. OLE color: 3043022.

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

Color convert

RGB 206 110 46 -
CMYK 0 0.47 0.78 0.19
HSL 24º 0.63% 0.49% -
HSV(B) 24º 0.78% 0.81% -
XYZ 31.52 24.47 5.65 -
YUV 131.41 79.8 181.2 -
System Red Green Blue C M Y K H S L
Decimal 206 110 46 0 0.47 0.78 0.19 24 0.63 0.49
Hex CE 6E 2E 0 2F 4E 13 18 3F 31
Octal 316 156 56 0 57 116 23 30 77 61
Binary 11001110 1101110 101110 0 101111 1001110 10011 11000 111111 110001

Color Harmonies of #CE6E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E2E

Black with #CE6E2E

Text Example


Text Example

White with #CE6E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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