Html Css Color HEX #ECC6B7 Zinnwaldite

📋 copy color: '#ECC6B7'

red 236 ◦ green 198 ◦ blue 183

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

Shades of Zinnwaldite #ECC6B7

Tints of Zinnwaldite #ECC6B7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.09%

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

R = 38.25%
G = 32.09%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ECC6B7 (or 0xECC6B7) is known color: Zinnwaldite. HEX triplet: EC, C6 and B7. RGB value is (236,198,183). Sum of RGB (Red+Green+Blue) = 236+198+183=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 183 (71.88% from 255 or 29.66% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6B7 is #133948. Grayscale: #CFCFCF. Windows color (decimal): -1259849 or 12044012. OLE color: 12044012.

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

Color convert

RGB 236 198 183 -
CMYK 0 0.16 0.22 0.07
HSL 16.98º 0.58% 0.82% -
HSV(B) 16.98º 0.22% 0.93% -
XYZ 63.33 61.64 53.36 -
YUV 207.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 236 198 183 0 0.16 0.22 0.07 16.98 0.58 0.82
Hex EC C6 B7 0 10 16 7 11 3A 52
Octal 354 306 267 0 20 26 7 21 72 122
Binary 11101100 11000110 10110111 0 10000 10110 111 10001 111010 1010010

Color Harmonies of #ECC6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC6B7

Black with #ECC6B7

Text Example


Text Example

White with #ECC6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC6B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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