Html Css Color HEX #EFC3C0 Beauty Bush

📋 copy color: '#EFC3C0'

red 239 ◦ green 195 ◦ blue 192

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

Shades of Beauty Bush #EFC3C0

Tints of Beauty Bush #EFC3C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.67%

R = 38.18%
G = 31.15%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFC3C0 (or 0xEFC3C0) is known color: Beauty Bush. HEX triplet: EF, C3 and C0. RGB value is (239,195,192). Sum of RGB (Red+Green+Blue) = 239+195+192=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3C0 is #103C3F. Grayscale: #CFCFCF. Windows color (decimal): -1064000 or 12633071. OLE color: 12633071.

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

Color convert

RGB 239 195 192 -
CMYK 0 0.18 0.20 0.06
HSL 3.83º 0.59% 0.85% -
HSV(B) 3.83º 0.2% 0.94% -
XYZ 64.63 61.19 58.27 -
YUV 207.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 239 195 192 0 0.18 0.20 0.06 3.83 0.59 0.85
Hex EF C3 C0 0 12 14 6 4 3B 55
Octal 357 303 300 0 22 24 6 4 73 125
Binary 11101111 11000011 11000000 0 10010 10100 110 100 111011 1010101

Color Harmonies of #EFC3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3C0

Black with #EFC3C0

Text Example


Text Example

White with #EFC3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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