Html Css Color HEX #ECC0B2 Zinnwaldite

📋 copy color: '#ECC0B2'

red 236 ◦ green 192 ◦ blue 178

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

Shades of Zinnwaldite #ECC0B2

Tints of Zinnwaldite #ECC0B2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.68%

 BLUE value IS 178 (69.92% from 255) = 29.37%

R = 38.94%
G = 31.68%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ECC0B2 (or 0xECC0B2) is known color: Zinnwaldite. HEX triplet: EC, C0 and B2. RGB value is (236,192,178). Sum of RGB (Red+Green+Blue) = 236+192+178=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC0B2 is #133F4D. Grayscale: #CBCBCB. Windows color (decimal): -1261390 or 11714796. OLE color: 11714796.

HSL color Cylindrical-coordinate representation of color #ECC0B2: hue angle of 14.48º degrees, saturation: 0.6, 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 #ECC0B2 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 192 178 -
CMYK 0 0.19 0.25 0.07
HSL 14.48º 0.6% 0.81% -
HSV(B) 14.48º 0.25% 0.93% -
XYZ 61.48 58.75 50.22 -
YUV 203.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 236 192 178 0 0.19 0.25 0.07 14.48 0.6 0.81
Hex EC C0 B2 0 13 19 7 E 3C 51
Octal 354 300 262 0 23 31 7 16 74 121
Binary 11101100 11000000 10110010 0 10011 11001 111 1110 111100 1010001

Color Harmonies of #ECC0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC0B2

Black with #ECC0B2

Text Example


Text Example

White with #ECC0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC0B2; }

 p { color: rgb(236,192,178); }

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

background-color css

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

 a { background-color: rgb(236,192,178); }

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

border-color css

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

 span { border-color: rgb(236,192,178); }

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