#EBC3C0

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

Shades of Beauty Bush #EBC3C0

Tints of Beauty Bush #EBC3C0

Color information

#EBC3C0 (or 0xEBC3C0) is unknown color: approx Beauty Bush. HEX triplet: EB, C3 and C0. RGB value is (235,195,192). Sum of RGB (Red+Green+Blue) = 235+195+192=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3C0 is #143C3F. Grayscale: #CECECE. Windows color (decimal): -1326144 or 12633067. OLE color: 12633067.

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

Color convert

RGB235195192-
CMYK00.170.180.08
HSL4.19º51.81%83.73%-
HSV(B)4.19º18.3%92.16%-
XYZ63.2960.558.21-
YUV206.62119.75148.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 195 (76.56% from 255) = 31.35%
BLUE value IS 192 (75.39% from 255) = 30.87%
R=37.78%
G=31.35%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519519200.170.180.084.1951.8183.73
HexEBC3C001112843454
Octal3533033000212210464124
Binary1110101111000011110000000100011001010001001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3C0; }

 p { color: rgb(235,195,192); }

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

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

 a { background-color: rgb(235,195,192); }

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

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

 span { border-color: rgb(235,195,192); }

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