Html Css Color HEX #CE6440 Ecstasy

📋 copy color: '#CE6440'

red 206 ◦ green 100 ◦ blue 64

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

Shades of Ecstasy #CE6440

Tints of Ecstasy #CE6440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.03%

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

R = 55.68%
G = 27.03%
B = 17.3%

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

#CE6440 (or 0xCE6440) is known color: Ecstasy. HEX triplet: CE, 64 and 40. RGB value is (206,100,64). Sum of RGB (Red+Green+Blue) = 206+100+64=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6440 is #319BBF. Grayscale: #7F7F7F. Windows color (decimal): -3251136 or 4220110. OLE color: 4220110.

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

Color convert

RGB 206 100 64 -
CMYK 0 0.51 0.69 0.19
HSL 15.21º 0.59% 0.53% -
HSV(B) 15.21º 0.69% 0.81% -
XYZ 30.94 22.61 7.58 -
YUV 127.59 92.12 183.93 -
System Red Green Blue C M Y K H S L
Decimal 206 100 64 0 0.51 0.69 0.19 15.21 0.59 0.53
Hex CE 64 40 0 33 45 13 F 3B 35
Octal 316 144 100 0 63 105 23 17 73 65
Binary 11001110 1100100 1000000 0 110011 1000101 10011 1111 111011 110101

Color Harmonies of #CE6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6440

Black with #CE6440

Text Example


Text Example

White with #CE6440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6440; }

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

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

background-color css

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

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

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

border-color css

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

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

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