Html Css Color HEX #ECC1C1 Beauty Bush

📋 copy color: '#ECC1C1'

red 236 ◦ green 193 ◦ blue 193

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

Shades of Beauty Bush #ECC1C1

Tints of Beauty Bush #ECC1C1

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.03%

 BLUE value IS 193 (75.78% from 255) = 31.03%

R = 37.94%
G = 31.03%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ECC1C1 (or 0xECC1C1) is known color: Beauty Bush. HEX triplet: EC, C1 and C1. RGB value is (236,193,193). Sum of RGB (Red+Green+Blue) = 236+193+193=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1C1 is #133E3E. Grayscale: #CDCDCD. Windows color (decimal): -1261119 or 12698092. OLE color: 12698092.

HSL color Cylindrical-coordinate representation of color #ECC1C1: hue angle of 0º degrees, saturation: 0.53, 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 #ECC1C1 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 193 193 -
CMYK 0 0.18 0.18 0.07
HSL 0.53% 0.84% -
HSV(B) 0.18% 0.93% -
XYZ 63.29 59.82 58.66 -
YUV 205.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 236 193 193 0 0.18 0.18 0.07 0 0.53 0.84
Hex EC C1 C1 0 12 12 7 0 35 54
Octal 354 301 301 0 22 22 7 0 65 124
Binary 11101100 11000001 11000001 0 10010 10010 111 0 110101 1010100

Color Harmonies of #ECC1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC1C1

Black with #ECC1C1

Text Example


Text Example

White with #ECC1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC1C1; }

 p { color: rgb(236,193,193); }

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

background-color css

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

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

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

border-color css

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

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

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