Html Css Color HEX #CE6542 Ecstasy

📋 copy color: '#CE6542'

red 206 ◦ green 101 ◦ blue 66

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

Shades of Ecstasy #CE6542

Tints of Ecstasy #CE6542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.69%

R = 55.23%
G = 27.08%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE6542 (or 0xCE6542) is known color: Ecstasy. HEX triplet: CE, 65 and 42. RGB value is (206,101,66). Sum of RGB (Red+Green+Blue) = 206+101+66=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6542 is #319ABD. Grayscale: #808080. Windows color (decimal): -3250878 or 4351438. OLE color: 4351438.

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

Color convert

RGB 206 101 66 -
CMYK 0 0.51 0.68 0.19
HSL 15º 0.59% 0.53% -
HSV(B) 15º 0.68% 0.81% -
XYZ 31.09 22.82 7.92 -
YUV 128.41 92.79 183.35 -
System Red Green Blue C M Y K H S L
Decimal 206 101 66 0 0.51 0.68 0.19 15 0.59 0.53
Hex CE 65 42 0 33 44 13 F 3B 35
Octal 316 145 102 0 63 104 23 17 73 65
Binary 11001110 1100101 1000010 0 110011 1000100 10011 1111 111011 110101

Color Harmonies of #CE6542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6542

Black with #CE6542

Text Example


Text Example

White with #CE6542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6542; }

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

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

background-color css

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

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

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

border-color css

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

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

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