Html Css Color HEX #CE742E Tango

📋 copy color: '#CE742E'

red 206 ◦ green 116 ◦ blue 46

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

Shades of Tango #CE742E

Tints of Tango #CE742E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.52%

 BLUE value IS 46 (18.36% from 255) = 12.5%

R = 55.98%
G = 31.52%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE742E (or 0xCE742E) is known color: Tango. HEX triplet: CE, 74 and 2E. RGB value is (206,116,46). Sum of RGB (Red+Green+Blue) = 206+116+46=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE742E is #318BD1. Grayscale: #878787. Windows color (decimal): -3247058 or 3044558. OLE color: 3044558.

HSL color Cylindrical-coordinate representation of color #CE742E: hue angle of 26.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE742E is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 116 46 -
CMYK 0 0.44 0.78 0.19
HSL 26.25º 0.63% 0.49% -
HSV(B) 26.25º 0.78% 0.81% -
XYZ 32.19 25.81 5.87 -
YUV 134.93 77.82 178.69 -
System Red Green Blue C M Y K H S L
Decimal 206 116 46 0 0.44 0.78 0.19 26.25 0.63 0.49
Hex CE 74 2E 0 2C 4E 13 1A 3F 31
Octal 316 164 56 0 54 116 23 32 77 61
Binary 11001110 1110100 101110 0 101100 1001110 10011 11010 111111 110001

Color Harmonies of #CE742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE742E

Black with #CE742E

Text Example


Text Example

White with #CE742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE742E; }

 p { color: rgb(206,116,46); }

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

background-color css

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

 a { background-color: rgb(206,116,46); }

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

border-color css

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

 span { border-color: rgb(206,116,46); }

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