Html Css Color HEX #CE7534 Tango

📋 copy color: '#CE7534'

red 206 ◦ green 117 ◦ blue 52

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

Shades of Tango #CE7534

Tints of Tango #CE7534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

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

R = 54.93%
G = 31.2%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE7534 (or 0xCE7534) is known color: Tango. HEX triplet: CE, 75 and 34. RGB value is (206,117,52). Sum of RGB (Red+Green+Blue) = 206+117+52=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7534 is #318ACB. Grayscale: #888888. Windows color (decimal): -3246796 or 3438030. OLE color: 3438030.

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

Color convert

RGB 206 117 52 -
CMYK 0 0.43 0.75 0.19
HSL 25.32º 0.61% 0.51% -
HSV(B) 25.32º 0.75% 0.81% -
XYZ 32.43 26.09 6.58 -
YUV 136.2 80.49 177.79 -
System Red Green Blue C M Y K H S L
Decimal 206 117 52 0 0.43 0.75 0.19 25.32 0.61 0.51
Hex CE 75 34 0 2B 4B 13 19 3D 33
Octal 316 165 64 0 53 113 23 31 75 63
Binary 11001110 1110101 110100 0 101011 1001011 10011 11001 111101 110011

Color Harmonies of #CE7534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7534

Black with #CE7534

Text Example


Text Example

White with #CE7534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7534; }

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

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

background-color css

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

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

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

border-color css

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

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

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