Html Css Color HEX #EFC3C1 Beauty Bush

📋 copy color: '#EFC3C1'

red 239 ◦ green 195 ◦ blue 193

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

Shades of Beauty Bush #EFC3C1

Tints of Beauty Bush #EFC3C1

RGB

 RED value IS 239 (93.75% from 255) = 38.12%

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

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

R = 38.12%
G = 31.1%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFC3C1 (or 0xEFC3C1) is known color: Beauty Bush. HEX triplet: EF, C3 and C1. RGB value is (239,195,193). Sum of RGB (Red+Green+Blue) = 239+195+193=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 193 (75.78% from 255 or 30.78% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3C1 is #103C3E. Grayscale: #CFCFCF. Windows color (decimal): -1063999 or 12698607. OLE color: 12698607.

HSL color Cylindrical-coordinate representation of color #EFC3C1: hue angle of 2.61º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC3C1 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 195 193 -
CMYK 0 0.18 0.19 0.06
HSL 2.61º 0.59% 0.85% -
HSV(B) 2.61º 0.19% 0.94% -
XYZ 64.74 61.23 58.86 -
YUV 207.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 239 195 193 0 0.18 0.19 0.06 2.61 0.59 0.85
Hex EF C3 C1 0 12 13 6 3 3B 55
Octal 357 303 301 0 22 23 6 3 73 125
Binary 11101111 11000011 11000001 0 10010 10011 110 11 111011 1010101

Color Harmonies of #EFC3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3C1

Black with #EFC3C1

Text Example


Text Example

White with #EFC3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3C1; }

 p { color: rgb(239,195,193); }

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

background-color css

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

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

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

border-color css

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

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

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