Html Css Color HEX #EBB0C0 Chantilly

📋 copy color: '#EBB0C0'

red 235 ◦ green 176 ◦ blue 192

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

Shades of Chantilly #EBB0C0

Tints of Chantilly #EBB0C0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.19%

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

R = 38.97%
G = 29.19%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBB0C0 (or 0xEBB0C0) is known color: Chantilly. HEX triplet: EB, B0 and C0. RGB value is (235,176,192). Sum of RGB (Red+Green+Blue) = 235+176+192=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0C0 is #144F3F. Grayscale: #C3C3C3. Windows color (decimal): -1331008 or 12628203. OLE color: 12628203.

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

Color convert

RGB 235 176 192 -
CMYK 0 0.25 0.18 0.08
HSL 343.73º 0.6% 0.81% -
HSV(B) 343.73º 0.25% 0.92% -
XYZ 59.3 52.52 56.88 -
YUV 195.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 235 176 192 0 0.25 0.18 0.08 343.73 0.6 0.81
Hex EB B0 C0 0 19 12 8 158 3C 51
Octal 353 260 300 0 31 22 10 530 74 121
Binary 11101011 10110000 11000000 0 11001 10010 1000 101011000 111100 1010001

Color Harmonies of #EBB0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0C0

Black with #EBB0C0

Text Example


Text Example

White with #EBB0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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