Html Css Color HEX #CE7530 Tango

📋 copy color: '#CE7530'

red 206 ◦ green 117 ◦ blue 48

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

Shades of Tango #CE7530

Tints of Tango #CE7530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.94%

R = 55.53%
G = 31.54%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE7530 (or 0xCE7530) is known color: Tango. HEX triplet: CE, 75 and 30. RGB value is (206,117,48). Sum of RGB (Red+Green+Blue) = 206+117+48=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7530 is #318ACF. Grayscale: #888888. Windows color (decimal): -3246800 or 3175886. OLE color: 3175886.

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

Color convert

RGB 206 117 48 -
CMYK 0 0.43 0.77 0.19
HSL 26.2º 0.62% 0.5% -
HSV(B) 26.2º 0.77% 0.81% -
XYZ 32.35 26.06 6.12 -
YUV 135.75 78.49 178.11 -
System Red Green Blue C M Y K H S L
Decimal 206 117 48 0 0.43 0.77 0.19 26.2 0.62 0.5
Hex CE 75 30 0 2B 4D 13 1A 3E 32
Octal 316 165 60 0 53 115 23 32 76 62
Binary 11001110 1110101 110000 0 101011 1001101 10011 11010 111110 110010

Color Harmonies of #CE7530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7530

Black with #CE7530

Text Example


Text Example

White with #CE7530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7530; }

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

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

background-color css

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

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

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

border-color css

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

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

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