#ECC4C1

Color #ECC4C1 Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #ECC4C1

Tints of Beauty Bush #ECC4C1

Color information

#ECC4C1 (or 0xECC4C1) is unknown color: approx Beauty Bush. HEX triplet: EC, C4 and C1. RGB value is (236,196,193). Sum of RGB (Red+Green+Blue) = 236+196+193=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4C1 is #133B3E. Grayscale: #CFCFCF. Windows color (decimal): -1260351 or 12698860. OLE color: 12698860.

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

Color convert

RGB236196193-
CMYK00.170.180.07
HSL4.19º53.09%84.12%-
HSV(B)4.19º18.22%92.55%-
XYZ63.9661.1658.89-
YUV207.62119.75148.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 196 (76.95% from 255) = 31.36%
BLUE value IS 193 (75.78% from 255) = 30.88%
R=37.76%
G=31.36%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619619300.170.180.074.1953.0984.12
HexECC4C101112743554
Octal354304301021227465124
Binary111011001100010011000001010001100101111001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC4C1; }

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

 H1.HeaderClassName
 {
   color: #ECC4C1;
 }
 .AnyTagClassName
 {
   color: #ECC4C1;
 }
</style>
background-color css

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

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

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

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

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

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