Html Css Color HEX #CE6540 Ecstasy

📋 copy color: '#CE6540'

red 206 ◦ green 101 ◦ blue 64

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

Shades of Ecstasy #CE6540

Tints of Ecstasy #CE6540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 55.53%
G = 27.22%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE6540 (or 0xCE6540) is known color: Ecstasy. HEX triplet: CE, 65 and 40. RGB value is (206,101,64). Sum of RGB (Red+Green+Blue) = 206+101+64=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6540 is #319ABF. Grayscale: #808080. Windows color (decimal): -3250880 or 4220366. OLE color: 4220366.

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

Color convert

RGB 206 101 64 -
CMYK 0 0.51 0.69 0.19
HSL 15.63º 0.59% 0.53% -
HSV(B) 15.63º 0.69% 0.81% -
XYZ 31.03 22.8 7.62 -
YUV 128.18 91.79 183.51 -
System Red Green Blue C M Y K H S L
Decimal 206 101 64 0 0.51 0.69 0.19 15.63 0.59 0.53
Hex CE 65 40 0 33 45 13 10 3B 35
Octal 316 145 100 0 63 105 23 20 73 65
Binary 11001110 1100101 1000000 0 110011 1000101 10011 10000 111011 110101

Color Harmonies of #CE6540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6540

Black with #CE6540

Text Example


Text Example

White with #CE6540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6540; }

 p { color: rgb(206,101,64); }

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

background-color css

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

 a { background-color: rgb(206,101,64); }

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

border-color css

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

 span { border-color: rgb(206,101,64); }

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