Html Css Color HEX #CEB0BA Melanie

📋 copy color: '#CEB0BA'

red 206 ◦ green 176 ◦ blue 186

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

Shades of Melanie #CEB0BA

Tints of Melanie #CEB0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.75%

R = 36.27%
G = 30.99%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEB0BA (or 0xCEB0BA) is known color: Melanie. HEX triplet: CE, B0 and BA. RGB value is (206,176,186). Sum of RGB (Red+Green+Blue) = 206+176+186=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0BA is #314F45. Grayscale: #BABABA. Windows color (decimal): -3231558 or 12234958. OLE color: 12234958.

HSL color Cylindrical-coordinate representation of color #CEB0BA: hue angle of 340º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB0BA is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 176 186 -
CMYK 0 0.15 0.10 0.19
HSL 340º 0.23% 0.75% -
HSV(B) 340º 0.15% 0.81% -
XYZ 49.84 47.72 53.04 -
YUV 186.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 206 176 186 0 0.15 0.10 0.19 340 0.23 0.75
Hex CE B0 BA 0 F A 13 154 17 4B
Octal 316 260 272 0 17 12 23 524 27 113
Binary 11001110 10110000 10111010 0 1111 1010 10011 101010100 10111 1001011

Color Harmonies of #CEB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB0BA

Black with #CEB0BA

Text Example


Text Example

White with #CEB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB0BA; }

 p { color: rgb(206,176,186); }

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

background-color css

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

 a { background-color: rgb(206,176,186); }

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

border-color css

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

 span { border-color: rgb(206,176,186); }

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