Html Css Color HEX #CE7232 Tango

📋 copy color: '#CE7232'

red 206 ◦ green 114 ◦ blue 50

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

Shades of Tango #CE7232

Tints of Tango #CE7232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.81%

 BLUE value IS 50 (19.92% from 255) = 13.51%

R = 55.68%
G = 30.81%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE7232 (or 0xCE7232) is known color: Tango. HEX triplet: CE, 72 and 32. RGB value is (206,114,50). Sum of RGB (Red+Green+Blue) = 206+114+50=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7232 is #318DCD. Grayscale: #868686. Windows color (decimal): -3247566 or 3306190. OLE color: 3306190.

HSL color Cylindrical-coordinate representation of color #CE7232: hue angle of 24.62º degrees, saturation: 0.61, 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 #CE7232 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 114 50 -
CMYK 0 0.45 0.76 0.19
HSL 24.62º 0.61% 0.5% -
HSV(B) 24.62º 0.76% 0.81% -
XYZ 32.05 25.39 6.23 -
YUV 134.21 80.48 179.2 -
System Red Green Blue C M Y K H S L
Decimal 206 114 50 0 0.45 0.76 0.19 24.62 0.61 0.5
Hex CE 72 32 0 2D 4C 13 19 3D 32
Octal 316 162 62 0 55 114 23 31 75 62
Binary 11001110 1110010 110010 0 101101 1001100 10011 11001 111101 110010

Color Harmonies of #CE7232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7232

Black with #CE7232

Text Example


Text Example

White with #CE7232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7232; }

 p { color: rgb(206,114,50); }

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

background-color css

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

 a { background-color: rgb(206,114,50); }

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

border-color css

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

 span { border-color: rgb(206,114,50); }

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