Html Css Color HEX #ECC1B4 Zinnwaldite

📋 copy color: '#ECC1B4'

red 236 ◦ green 193 ◦ blue 180

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

Shades of Zinnwaldite #ECC1B4

Tints of Zinnwaldite #ECC1B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.56%

R = 38.75%
G = 31.69%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ECC1B4 (or 0xECC1B4) is known color: Zinnwaldite. HEX triplet: EC, C1 and B4. RGB value is (236,193,180). Sum of RGB (Red+Green+Blue) = 236+193+180=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1B4 is #133E4B. Grayscale: #CCCCCC. Windows color (decimal): -1261132 or 11846124. OLE color: 11846124.

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

Color convert

RGB 236 193 180 -
CMYK 0 0.18 0.24 0.07
HSL 13.93º 0.6% 0.82% -
HSV(B) 13.93º 0.24% 0.93% -
XYZ 61.9 59.27 51.36 -
YUV 204.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 236 193 180 0 0.18 0.24 0.07 13.93 0.6 0.82
Hex EC C1 B4 0 12 18 7 E 3C 52
Octal 354 301 264 0 22 30 7 16 74 122
Binary 11101100 11000001 10110100 0 10010 11000 111 1110 111100 1010010

Color Harmonies of #ECC1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC1B4

Black with #ECC1B4

Text Example


Text Example

White with #ECC1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC1B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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