Html Css Color HEX #CBB9BF Melanie

📋 copy color: '#CBB9BF'

red 203 ◦ green 185 ◦ blue 191

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

Shades of Melanie #CBB9BF

Tints of Melanie #CBB9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.99%

R = 35.06%
G = 31.95%
B = 32.99%

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

#CBB9BF (or 0xCBB9BF) is known color: Melanie. HEX triplet: CB, B9 and BF. RGB value is (203,185,191). Sum of RGB (Red+Green+Blue) = 203+185+191=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9BF is #344640. Grayscale: #BFBFBF. Windows color (decimal): -3425857 or 12564939. OLE color: 12564939.

HSL color Cylindrical-coordinate representation of color #CBB9BF: hue angle of 340º 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 #CBB9BF is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 191 -
CMYK 0 0.09 0.06 0.20
HSL 340º 0.15% 0.76% -
HSV(B) 340º 0.09% 0.8% -
XYZ 51.38 51.16 56.46 -
YUV 191.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 203 185 191 0 0.09 0.06 0.20 340 0.15 0.76
Hex CB B9 BF 0 9 6 14 154 F 4C
Octal 313 271 277 0 11 6 24 524 17 114
Binary 11001011 10111001 10111111 0 1001 110 10100 101010100 1111 1001100

Color Harmonies of #CBB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB9BF

Black with #CBB9BF

Text Example


Text Example

White with #CBB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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