Html Css Color HEX #CBB9BE Melanie

📋 copy color: '#CBB9BE'

red 203 ◦ green 185 ◦ blue 190

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

Shades of Melanie #CBB9BE

Tints of Melanie #CBB9BE

RGB

 RED value IS 203 (79.69% from 255) = 35.12%

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

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

R = 35.12%
G = 32.01%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CBB9BE (or 0xCBB9BE) is known color: Melanie. HEX triplet: CB, B9 and BE. RGB value is (203,185,190). Sum of RGB (Red+Green+Blue) = 203+185+190=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9BE is #344641. Grayscale: #BEBEBE. Windows color (decimal): -3425858 or 12499403. OLE color: 12499403.

HSL color Cylindrical-coordinate representation of color #CBB9BE: hue angle of 343.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBB9BE is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 190 -
CMYK 0 0.09 0.06 0.20
HSL 343.33º 0.15% 0.76% -
HSV(B) 343.33º 0.09% 0.8% -
XYZ 51.27 51.11 55.88 -
YUV 190.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 203 185 190 0 0.09 0.06 0.20 343.33 0.15 0.76
Hex CB B9 BE 0 9 6 14 157 F 4C
Octal 313 271 276 0 11 6 24 527 17 114
Binary 11001011 10111001 10111110 0 1001 110 10100 101010111 1111 1001100

Color Harmonies of #CBB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB9BE

Black with #CBB9BE

Text Example


Text Example

White with #CBB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB9BE; }

 p { color: rgb(203,185,190); }

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

background-color css

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

 a { background-color: rgb(203,185,190); }

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

border-color css

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

 span { border-color: rgb(203,185,190); }

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