Html Css Color HEX #CE6D31 Tango

📋 copy color: '#CE6D31'

red 206 ◦ green 109 ◦ blue 49

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

Shades of Tango #CE6D31

Tints of Tango #CE6D31

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.95%

 BLUE value IS 49 (19.53% from 255) = 13.46%

R = 56.59%
G = 29.95%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE6D31 (or 0xCE6D31) is known color: Tango. HEX triplet: CE, 6D and 31. RGB value is (206,109,49). Sum of RGB (Red+Green+Blue) = 206+109+49=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D31 is #3192CE. Grayscale: #838383. Windows color (decimal): -3248847 or 3239374. OLE color: 3239374.

HSL color Cylindrical-coordinate representation of color #CE6D31: hue angle of 22.93º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE6D31 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 109 49 -
CMYK 0 0.47 0.76 0.19
HSL 22.93º 0.62% 0.5% -
HSV(B) 22.93º 0.76% 0.81% -
XYZ 31.48 24.28 5.93 -
YUV 131.16 81.64 181.38 -
System Red Green Blue C M Y K H S L
Decimal 206 109 49 0 0.47 0.76 0.19 22.93 0.62 0.5
Hex CE 6D 31 0 2F 4C 13 17 3E 32
Octal 316 155 61 0 57 114 23 27 76 62
Binary 11001110 1101101 110001 0 101111 1001100 10011 10111 111110 110010

Color Harmonies of #CE6D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D31

Black with #CE6D31

Text Example


Text Example

White with #CE6D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D31; }

 p { color: rgb(206,109,49); }

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

background-color css

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

 a { background-color: rgb(206,109,49); }

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

border-color css

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

 span { border-color: rgb(206,109,49); }

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