Html Css Color HEX #ECC2B7 Zinnwaldite

📋 copy color: '#ECC2B7'

red 236 ◦ green 194 ◦ blue 183

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

Shades of Zinnwaldite #ECC2B7

Tints of Zinnwaldite #ECC2B7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.65%

 BLUE value IS 183 (71.88% from 255) = 29.85%

R = 38.5%
G = 31.65%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ECC2B7 (or 0xECC2B7) is known color: Zinnwaldite. HEX triplet: EC, C2 and B7. RGB value is (236,194,183). Sum of RGB (Red+Green+Blue) = 236+194+183=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2B7 is #133D48. Grayscale: #CDCDCD. Windows color (decimal): -1260873 or 12042988. OLE color: 12042988.

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

Color convert

RGB 236 194 183 -
CMYK 0 0.18 0.22 0.07
HSL 12.45º 0.58% 0.82% -
HSV(B) 12.45º 0.22% 0.93% -
XYZ 62.43 59.84 53.06 -
YUV 205.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 236 194 183 0 0.18 0.22 0.07 12.45 0.58 0.82
Hex EC C2 B7 0 12 16 7 C 3A 52
Octal 354 302 267 0 22 26 7 14 72 122
Binary 11101100 11000010 10110111 0 10010 10110 111 1100 111010 1010010

Color Harmonies of #ECC2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2B7

Black with #ECC2B7

Text Example


Text Example

White with #ECC2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2B7; }

 p { color: rgb(236,194,183); }

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

background-color css

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

 a { background-color: rgb(236,194,183); }

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

border-color css

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

 span { border-color: rgb(236,194,183); }

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