Html Css Color HEX #ECC3B5 Zinnwaldite

📋 copy color: '#ECC3B5'

red 236 ◦ green 195 ◦ blue 181

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

Shades of Zinnwaldite #ECC3B5

Tints of Zinnwaldite #ECC3B5

RGB

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

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

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

R = 38.56%
G = 31.86%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ECC3B5 (or 0xECC3B5) is known color: Zinnwaldite. HEX triplet: EC, C3 and B5. RGB value is (236,195,181). Sum of RGB (Red+Green+Blue) = 236+195+181=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3B5 is #133C4A. Grayscale: #CDCDCD. Windows color (decimal): -1260619 or 11912172. OLE color: 11912172.

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

Color convert

RGB 236 195 181 -
CMYK 0 0.17 0.23 0.07
HSL 15.27º 0.59% 0.82% -
HSV(B) 15.27º 0.23% 0.93% -
XYZ 62.45 60.2 52.04 -
YUV 205.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 236 195 181 0 0.17 0.23 0.07 15.27 0.59 0.82
Hex EC C3 B5 0 11 17 7 F 3B 52
Octal 354 303 265 0 21 27 7 17 73 122
Binary 11101100 11000011 10110101 0 10001 10111 111 1111 111011 1010010

Color Harmonies of #ECC3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC3B5

Black with #ECC3B5

Text Example


Text Example

White with #ECC3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC3B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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