Html Css Color HEX #CEB9C0 Melanie

📋 copy color: '#CEB9C0'

red 206 ◦ green 185 ◦ blue 192

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

Shades of Melanie #CEB9C0

Tints of Melanie #CEB9C0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.73%

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

R = 35.33%
G = 31.73%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CEB9C0 (or 0xCEB9C0) is known color: Melanie. HEX triplet: CE, B9 and C0. RGB value is (206,185,192). Sum of RGB (Red+Green+Blue) = 206+185+192=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9C0 is #31463F. Grayscale: #C0C0C0. Windows color (decimal): -3229248 or 12630478. OLE color: 12630478.

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

Color convert

RGB 206 185 192 -
CMYK 0 0.10 0.07 0.19
HSL 340º 0.18% 0.77% -
HSV(B) 340º 0.1% 0.81% -
XYZ 52.32 51.63 57.08 -
YUV 192.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 206 185 192 0 0.10 0.07 0.19 340 0.18 0.77
Hex CE B9 C0 0 A 7 13 154 12 4D
Octal 316 271 300 0 12 7 23 524 22 115
Binary 11001110 10111001 11000000 0 1010 111 10011 101010100 10010 1001101

Color Harmonies of #CEB9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9C0

Black with #CEB9C0

Text Example


Text Example

White with #CEB9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9C0; }

 p { color: rgb(206,185,192); }

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

background-color css

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

 a { background-color: rgb(206,185,192); }

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

border-color css

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

 span { border-color: rgb(206,185,192); }

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