Html Css Color HEX #CBB8BE Melanie

📋 copy color: '#CBB8BE'

red 203 ◦ green 184 ◦ blue 190

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

Shades of Melanie #CBB8BE

Tints of Melanie #CBB8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.89%

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

R = 35.18%
G = 31.89%
B = 32.93%

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

#CBB8BE (or 0xCBB8BE) is known color: Melanie. HEX triplet: CB, B8 and BE. RGB value is (203,184,190). Sum of RGB (Red+Green+Blue) = 203+184+190=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8BE is #344741. Grayscale: #BEBEBE. Windows color (decimal): -3426114 or 12499147. OLE color: 12499147.

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

Color convert

RGB 203 184 190 -
CMYK 0 0.09 0.06 0.20
HSL 341.05º 0.15% 0.76% -
HSV(B) 341.05º 0.09% 0.8% -
XYZ 51.06 50.7 55.81 -
YUV 190.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 203 184 190 0 0.09 0.06 0.20 341.05 0.15 0.76
Hex CB B8 BE 0 9 6 14 155 F 4C
Octal 313 270 276 0 11 6 24 525 17 114
Binary 11001011 10111000 10111110 0 1001 110 10100 101010101 1111 1001100

Color Harmonies of #CBB8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB8BE

Black with #CBB8BE

Text Example


Text Example

White with #CBB8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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