Html Css Color HEX #CE7334 Tango

📋 copy color: '#CE7334'

red 206 ◦ green 115 ◦ blue 52

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

Shades of Tango #CE7334

Tints of Tango #CE7334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.83%

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

R = 55.23%
G = 30.83%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE7334 (or 0xCE7334) is known color: Tango. HEX triplet: CE, 73 and 34. RGB value is (206,115,52). Sum of RGB (Red+Green+Blue) = 206+115+52=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7334 is #318CCB. Grayscale: #878787. Windows color (decimal): -3247308 or 3437518. OLE color: 3437518.

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

Color convert

RGB 206 115 52 -
CMYK 0 0.44 0.75 0.19
HSL 24.55º 0.61% 0.51% -
HSV(B) 24.55º 0.75% 0.81% -
XYZ 32.2 25.63 6.5 -
YUV 135.03 81.15 178.62 -
System Red Green Blue C M Y K H S L
Decimal 206 115 52 0 0.44 0.75 0.19 24.55 0.61 0.51
Hex CE 73 34 0 2C 4B 13 19 3D 33
Octal 316 163 64 0 54 113 23 31 75 63
Binary 11001110 1110011 110100 0 101100 1001011 10011 11001 111101 110011

Color Harmonies of #CE7334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7334

Black with #CE7334

Text Example


Text Example

White with #CE7334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7334; }

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

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

background-color css

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

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

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

border-color css

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

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

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