Html Css Color HEX #CE7134 Tango

📋 copy color: '#CE7134'

red 206 ◦ green 113 ◦ blue 52

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

Shades of Tango #CE7134

Tints of Tango #CE7134

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 52 (20.7% from 255) = 14.02%

R = 55.53%
G = 30.46%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE7134 (or 0xCE7134) is known color: Tango. HEX triplet: CE, 71 and 34. RGB value is (206,113,52). Sum of RGB (Red+Green+Blue) = 206+113+52=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7134 is #318ECB. Grayscale: #868686. Windows color (decimal): -3247820 or 3437006. OLE color: 3437006.

HSL color Cylindrical-coordinate representation of color #CE7134: hue angle of 23.77º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE7134 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 113 52 -
CMYK 0 0.45 0.75 0.19
HSL 23.77º 0.61% 0.51% -
HSV(B) 23.77º 0.75% 0.81% -
XYZ 31.98 25.18 6.42 -
YUV 133.85 81.81 179.46 -
System Red Green Blue C M Y K H S L
Decimal 206 113 52 0 0.45 0.75 0.19 23.77 0.61 0.51
Hex CE 71 34 0 2D 4B 13 18 3D 33
Octal 316 161 64 0 55 113 23 30 75 63
Binary 11001110 1110001 110100 0 101101 1001011 10011 11000 111101 110011

Color Harmonies of #CE7134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7134

Black with #CE7134

Text Example


Text Example

White with #CE7134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7134; }

 p { color: rgb(206,113,52); }

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

background-color css

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

 a { background-color: rgb(206,113,52); }

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

border-color css

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

 span { border-color: rgb(206,113,52); }

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