Html Css Color HEX #ECC3C2 Beauty Bush

📋 copy color: '#ECC3C2'

red 236 ◦ green 195 ◦ blue 194

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

Shades of Beauty Bush #ECC3C2

Tints of Beauty Bush #ECC3C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.04%

R = 37.76%
G = 31.2%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ECC3C2 (or 0xECC3C2) is known color: Beauty Bush. HEX triplet: EC, C3 and C2. RGB value is (236,195,194). Sum of RGB (Red+Green+Blue) = 236+195+194=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3C2 is #133C3D. Grayscale: #CFCFCF. Windows color (decimal): -1260606 or 12764140. OLE color: 12764140.

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

Color convert

RGB 236 195 194 -
CMYK 0 0.17 0.18 0.07
HSL 1.43º 0.53% 0.84% -
HSV(B) 1.43º 0.18% 0.93% -
XYZ 63.84 60.76 59.4 -
YUV 207.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 236 195 194 0 0.17 0.18 0.07 1.43 0.53 0.84
Hex EC C3 C2 0 11 12 7 1 34 54
Octal 354 303 302 0 21 22 7 1 64 124
Binary 11101100 11000011 11000010 0 10001 10010 111 1 110100 1010100

Color Harmonies of #ECC3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC3C2

Black with #ECC3C2

Text Example


Text Example

White with #ECC3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC3C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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