Html Css Color HEX #CEB5BE Melanie

📋 copy color: '#CEB5BE'

red 206 ◦ green 181 ◦ blue 190

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

Shades of Melanie #CEB5BE

Tints of Melanie #CEB5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.37%

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

R = 35.7%
G = 31.37%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEB5BE (or 0xCEB5BE) is known color: Melanie. HEX triplet: CE, B5 and BE. RGB value is (206,181,190). Sum of RGB (Red+Green+Blue) = 206+181+190=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5BE is #314A41. Grayscale: #BDBDBD. Windows color (decimal): -3230274 or 12498382. OLE color: 12498382.

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

Color convert

RGB 206 181 190 -
CMYK 0 0.12 0.08 0.19
HSL 338.4º 0.2% 0.76% -
HSV(B) 338.4º 0.12% 0.81% -
XYZ 51.27 49.89 55.64 -
YUV 189.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 206 181 190 0 0.12 0.08 0.19 338.4 0.2 0.76
Hex CE B5 BE 0 C 8 13 152 14 4C
Octal 316 265 276 0 14 10 23 522 24 114
Binary 11001110 10110101 10111110 0 1100 1000 10011 101010010 10100 1001100

Color Harmonies of #CEB5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5BE

Black with #CEB5BE

Text Example


Text Example

White with #CEB5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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