Html Css Color HEX #CBB3BA Melanie

📋 copy color: '#CBB3BA'

red 203 ◦ green 179 ◦ blue 186

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

Shades of Melanie #CBB3BA

Tints of Melanie #CBB3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.51%

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

R = 35.74%
G = 31.51%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CBB3BA (or 0xCBB3BA) is known color: Melanie. HEX triplet: CB, B3 and BA. RGB value is (203,179,186). Sum of RGB (Red+Green+Blue) = 203+179+186=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3BA is #344C45. Grayscale: #BABABA. Windows color (decimal): -3427398 or 12235723. OLE color: 12235723.

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

Color convert

RGB 203 179 186 -
CMYK 0 0.12 0.08 0.20
HSL 342.5º 0.19% 0.75% -
HSV(B) 342.5º 0.12% 0.8% -
XYZ 49.61 48.48 53.2 -
YUV 186.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 203 179 186 0 0.12 0.08 0.20 342.5 0.19 0.75
Hex CB B3 BA 0 C 8 14 156 13 4B
Octal 313 263 272 0 14 10 24 526 23 113
Binary 11001011 10110011 10111010 0 1100 1000 10100 101010110 10011 1001011

Color Harmonies of #CBB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB3BA

Black with #CBB3BA

Text Example


Text Example

White with #CBB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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