Html Css Color HEX #CE7035 Tango

📋 copy color: '#CE7035'

red 206 ◦ green 112 ◦ blue 53

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

Shades of Tango #CE7035

Tints of Tango #CE7035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 53 (21.09% from 255) = 14.29%

R = 55.53%
G = 30.19%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE7035 (or 0xCE7035) is known color: Tango. HEX triplet: CE, 70 and 35. RGB value is (206,112,53). Sum of RGB (Red+Green+Blue) = 206+112+53=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7035 is #318FCA. Grayscale: #858585. Windows color (decimal): -3248075 or 3502286. OLE color: 3502286.

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

Color convert

RGB 206 112 53 -
CMYK 0 0.46 0.74 0.19
HSL 23.14º 0.61% 0.51% -
HSV(B) 23.14º 0.74% 0.81% -
XYZ 31.89 24.97 6.51 -
YUV 133.38 82.64 179.8 -
System Red Green Blue C M Y K H S L
Decimal 206 112 53 0 0.46 0.74 0.19 23.14 0.61 0.51
Hex CE 70 35 0 2E 4A 13 17 3D 33
Octal 316 160 65 0 56 112 23 27 75 63
Binary 11001110 1110000 110101 0 101110 1001010 10011 10111 111101 110011

Color Harmonies of #CE7035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7035

Black with #CE7035

Text Example


Text Example

White with #CE7035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7035; }

 p { color: rgb(206,112,53); }

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

background-color css

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

 a { background-color: rgb(206,112,53); }

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

border-color css

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

 span { border-color: rgb(206,112,53); }

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