Html Css Color HEX #CEB7BE Melanie

📋 copy color: '#CEB7BE'

red 206 ◦ green 183 ◦ blue 190

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

Shades of Melanie #CEB7BE

Tints of Melanie #CEB7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.61%

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

R = 35.58%
G = 31.61%
B = 32.82%

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

#CEB7BE (or 0xCEB7BE) is known color: Melanie. HEX triplet: CE, B7 and BE. RGB value is (206,183,190). Sum of RGB (Red+Green+Blue) = 206+183+190=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7BE is #314841. Grayscale: #BEBEBE. Windows color (decimal): -3229762 or 12498894. OLE color: 12498894.

HSL color Cylindrical-coordinate representation of color #CEB7BE: hue angle of 341.74º degrees, saturation: 0.19, 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 #CEB7BE is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 183 190 -
CMYK 0 0.11 0.08 0.19
HSL 341.74º 0.19% 0.76% -
HSV(B) 341.74º 0.11% 0.81% -
XYZ 51.68 50.71 55.78 -
YUV 190.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 206 183 190 0 0.11 0.08 0.19 341.74 0.19 0.76
Hex CE B7 BE 0 B 8 13 156 13 4C
Octal 316 267 276 0 13 10 23 526 23 114
Binary 11001110 10110111 10111110 0 1011 1000 10011 101010110 10011 1001100

Color Harmonies of #CEB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB7BE

Black with #CEB7BE

Text Example


Text Example

White with #CEB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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