Html Css Color HEX #ECC1B0 Zinnwaldite

📋 copy color: '#ECC1B0'

red 236 ◦ green 193 ◦ blue 176

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

Shades of Zinnwaldite #ECC1B0

Tints of Zinnwaldite #ECC1B0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.9%

 BLUE value IS 176 (69.14% from 255) = 29.09%

R = 39.01%
G = 31.9%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ECC1B0 (or 0xECC1B0) is known color: Zinnwaldite. HEX triplet: EC, C1 and B0. RGB value is (236,193,176). Sum of RGB (Red+Green+Blue) = 236+193+176=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1B0 is #133E4F. Grayscale: #CCCCCC. Windows color (decimal): -1261136 or 11583980. OLE color: 11583980.

HSL color Cylindrical-coordinate representation of color #ECC1B0: hue angle of 17º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECC1B0 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 193 176 -
CMYK 0 0.18 0.25 0.07
HSL 17º 0.61% 0.81% -
HSV(B) 17º 0.25% 0.93% -
XYZ 61.5 59.11 49.24 -
YUV 203.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 236 193 176 0 0.18 0.25 0.07 17 0.61 0.81
Hex EC C1 B0 0 12 19 7 11 3D 51
Octal 354 301 260 0 22 31 7 21 75 121
Binary 11101100 11000001 10110000 0 10010 11001 111 10001 111101 1010001

Color Harmonies of #ECC1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC1B0

Black with #ECC1B0

Text Example


Text Example

White with #ECC1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC1B0; }

 p { color: rgb(236,193,176); }

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

background-color css

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

 a { background-color: rgb(236,193,176); }

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

border-color css

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

 span { border-color: rgb(236,193,176); }

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