Html Css Color HEX #CBB1BA Melanie

📋 copy color: '#CBB1BA'

red 203 ◦ green 177 ◦ blue 186

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

Shades of Melanie #CBB1BA

Tints of Melanie #CBB1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.27%

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

R = 35.87%
G = 31.27%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CBB1BA (or 0xCBB1BA) is known color: Melanie. HEX triplet: CB, B1 and BA. RGB value is (203,177,186). Sum of RGB (Red+Green+Blue) = 203+177+186=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1BA is #344E45. Grayscale: #B9B9B9. Windows color (decimal): -3427910 or 12235211. OLE color: 12235211.

HSL color Cylindrical-coordinate representation of color #CBB1BA: hue angle of 339.23º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB1BA is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 177 186 -
CMYK 0 0.13 0.08 0.20
HSL 339.23º 0.2% 0.75% -
HSV(B) 339.23º 0.13% 0.8% -
XYZ 49.21 47.69 53.06 -
YUV 185.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 203 177 186 0 0.13 0.08 0.20 339.23 0.2 0.75
Hex CB B1 BA 0 D 8 14 153 14 4B
Octal 313 261 272 0 15 10 24 523 24 113
Binary 11001011 10110001 10111010 0 1101 1000 10100 101010011 10100 1001011

Color Harmonies of #CBB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB1BA

Black with #CBB1BA

Text Example


Text Example

White with #CBB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB1BA; }

 p { color: rgb(203,177,186); }

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

background-color css

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

 a { background-color: rgb(203,177,186); }

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

border-color css

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

 span { border-color: rgb(203,177,186); }

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