Html Css Color HEX #ECC6B5 Zinnwaldite

📋 copy color: '#ECC6B5'

red 236 ◦ green 198 ◦ blue 181

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

Shades of Zinnwaldite #ECC6B5

Tints of Zinnwaldite #ECC6B5

RGB

 RED value IS 236 (92.58% from 255) = 38.37%

 GREEN value IS 198 (77.73% from 255) = 32.2%

 BLUE value IS 181 (71.09% from 255) = 29.43%

R = 38.37%
G = 32.2%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ECC6B5 (or 0xECC6B5) is known color: Zinnwaldite. HEX triplet: EC, C6 and B5. RGB value is (236,198,181). Sum of RGB (Red+Green+Blue) = 236+198+181=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6B5 is #13394A. Grayscale: #CFCFCF. Windows color (decimal): -1259851 or 11912940. OLE color: 11912940.

HSL color Cylindrical-coordinate representation of color #ECC6B5: hue angle of 18.55º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC6B5 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 198 181 -
CMYK 0 0.16 0.23 0.07
HSL 18.55º 0.59% 0.82% -
HSV(B) 18.55º 0.23% 0.93% -
XYZ 63.13 61.56 52.27 -
YUV 207.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 236 198 181 0 0.16 0.23 0.07 18.55 0.59 0.82
Hex EC C6 B5 0 10 17 7 13 3B 52
Octal 354 306 265 0 20 27 7 23 73 122
Binary 11101100 11000110 10110101 0 10000 10111 111 10011 111011 1010010

Color Harmonies of #ECC6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC6B5

Black with #ECC6B5

Text Example


Text Example

White with #ECC6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC6B5; }

 p { color: rgb(236,198,181); }

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

background-color css

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

 a { background-color: rgb(236,198,181); }

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

border-color css

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

 span { border-color: rgb(236,198,181); }

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