Html Css Color HEX #ECC3B4 Zinnwaldite

📋 copy color: '#ECC3B4'

red 236 ◦ green 195 ◦ blue 180

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

Shades of Zinnwaldite #ECC3B4

Tints of Zinnwaldite #ECC3B4

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.91%

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

R = 38.63%
G = 31.91%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ECC3B4 (or 0xECC3B4) is known color: Zinnwaldite. HEX triplet: EC, C3 and B4. RGB value is (236,195,180). Sum of RGB (Red+Green+Blue) = 236+195+180=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3B4 is #133C4B. Grayscale: #CDCDCD. Windows color (decimal): -1260620 or 11846636. OLE color: 11846636.

HSL color Cylindrical-coordinate representation of color #ECC3B4: hue angle of 16.07º 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 #ECC3B4 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 195 180 -
CMYK 0 0.17 0.24 0.07
HSL 16.07º 0.6% 0.82% -
HSV(B) 16.07º 0.24% 0.93% -
XYZ 62.35 60.16 51.51 -
YUV 205.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 236 195 180 0 0.17 0.24 0.07 16.07 0.6 0.82
Hex EC C3 B4 0 11 18 7 10 3C 52
Octal 354 303 264 0 21 30 7 20 74 122
Binary 11101100 11000011 10110100 0 10001 11000 111 10000 111100 1010010

Color Harmonies of #ECC3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC3B4

Black with #ECC3B4

Text Example


Text Example

White with #ECC3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC3B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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