Html Css Color HEX #EBC3C0 Beauty Bush

📋 copy color: '#EBC3C0'

red 235 ◦ green 195 ◦ blue 192

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

Shades of Beauty Bush #EBC3C0

Tints of Beauty Bush #EBC3C0

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 value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBC3C0 (or 0xEBC3C0) is known color: 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

RGB 235 195 192 -
CMYK 0 0.17 0.18 0.08
HSL 4.19º 0.52% 0.84% -
HSV(B) 4.19º 0.18% 0.92% -
XYZ 63.29 60.5 58.21 -
YUV 206.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 235 195 192 0 0.17 0.18 0.08 4.19 0.52 0.84
Hex EB C3 C0 0 11 12 8 4 34 54
Octal 353 303 300 0 21 22 10 4 64 124
Binary 11101011 11000011 11000000 0 10001 10010 1000 100 110100 1010100

Color Harmonies of #EBC3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3C0

Black with #EBC3C0

Text Example


Text Example

White with #EBC3C0

Text Example


Text Example

HTML Codes & Css Web 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>