Html Css Color HEX #CEB8BE Melanie

📋 copy color: '#CEB8BE'

red 206 ◦ green 184 ◦ blue 190

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

Shades of Melanie #CEB8BE

Tints of Melanie #CEB8BE

RGB

 RED value IS 206 (80.86% from 255) = 35.52%

 GREEN value IS 184 (72.27% from 255) = 31.72%

 BLUE value IS 190 (74.61% from 255) = 32.76%

R = 35.52%
G = 31.72%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEB8BE (or 0xCEB8BE) is known color: Melanie. HEX triplet: CE, B8 and BE. RGB value is (206,184,190). Sum of RGB (Red+Green+Blue) = 206+184+190=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8BE is #314741. Grayscale: #BFBFBF. Windows color (decimal): -3229506 or 12499150. OLE color: 12499150.

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

Color convert

RGB 206 184 190 -
CMYK 0 0.11 0.08 0.19
HSL 343.64º 0.18% 0.76% -
HSV(B) 343.64º 0.11% 0.81% -
XYZ 51.89 51.12 55.85 -
YUV 191.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 206 184 190 0 0.11 0.08 0.19 343.64 0.18 0.76
Hex CE B8 BE 0 B 8 13 158 12 4C
Octal 316 270 276 0 13 10 23 530 22 114
Binary 11001110 10111000 10111110 0 1011 1000 10011 101011000 10010 1001100

Color Harmonies of #CEB8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB8BE

Black with #CEB8BE

Text Example


Text Example

White with #CEB8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB8BE; }

 p { color: rgb(206,184,190); }

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

background-color css

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

 a { background-color: rgb(206,184,190); }

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

border-color css

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

 span { border-color: rgb(206,184,190); }

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