Html Css Color HEX #EBB9C0 Chantilly

📋 copy color: '#EBB9C0'

red 235 ◦ green 185 ◦ blue 192

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

Shades of Chantilly #EBB9C0

Tints of Chantilly #EBB9C0

RGB

 RED value IS 235 (92.19% from 255) = 38.4%

 GREEN value IS 185 (72.66% from 255) = 30.23%

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

R = 38.4%
G = 30.23%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBB9C0 (or 0xEBB9C0) is known color: Chantilly. HEX triplet: EB, B9 and C0. RGB value is (235,185,192). Sum of RGB (Red+Green+Blue) = 235+185+192=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9C0 is #14463F. Grayscale: #C8C8C8. Windows color (decimal): -1328704 or 12630507. OLE color: 12630507.

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

Color convert

RGB 235 185 192 -
CMYK 0 0.21 0.18 0.08
HSL 351.6º 0.56% 0.82% -
HSV(B) 351.6º 0.21% 0.92% -
XYZ 61.12 56.17 57.49 -
YUV 200.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 235 185 192 0 0.21 0.18 0.08 351.6 0.56 0.82
Hex EB B9 C0 0 15 12 8 160 38 52
Octal 353 271 300 0 25 22 10 540 70 122
Binary 11101011 10111001 11000000 0 10101 10010 1000 101100000 111000 1010010

Color Harmonies of #EBB9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB9C0

Black with #EBB9C0

Text Example


Text Example

White with #EBB9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB9C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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