Html Css Color HEX #ECC0B4 Zinnwaldite

📋 copy color: '#ECC0B4'

red 236 ◦ green 192 ◦ blue 180

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

Shades of Zinnwaldite #ECC0B4

Tints of Zinnwaldite #ECC0B4

RGB

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

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

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

R = 38.82%
G = 31.58%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ECC0B4 (or 0xECC0B4) is known color: Zinnwaldite. HEX triplet: EC, C0 and B4. RGB value is (236,192,180). Sum of RGB (Red+Green+Blue) = 236+192+180=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0B4 is #133F4B. Grayscale: #CBCBCB. Windows color (decimal): -1261388 or 11845868. OLE color: 11845868.

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

Color convert

RGB 236 192 180 -
CMYK 0 0.19 0.24 0.07
HSL 12.86º 0.6% 0.82% -
HSV(B) 12.86º 0.24% 0.93% -
XYZ 61.68 58.83 51.28 -
YUV 203.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 236 192 180 0 0.19 0.24 0.07 12.86 0.6 0.82
Hex EC C0 B4 0 13 18 7 D 3C 52
Octal 354 300 264 0 23 30 7 15 74 122
Binary 11101100 11000000 10110100 0 10011 11000 111 1101 111100 1010010

Color Harmonies of #ECC0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC0B4

Black with #ECC0B4

Text Example


Text Example

White with #ECC0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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