Html Css Color HEX #CBB2BA Melanie

📋 copy color: '#CBB2BA'

red 203 ◦ green 178 ◦ blue 186

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

Shades of Melanie #CBB2BA

Tints of Melanie #CBB2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.39%

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

R = 35.8%
G = 31.39%
B = 32.8%

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

#CBB2BA (or 0xCBB2BA) is known color: Melanie. HEX triplet: CB, B2 and BA. RGB value is (203,178,186). Sum of RGB (Red+Green+Blue) = 203+178+186=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2BA is #344D45. Grayscale: #BABABA. Windows color (decimal): -3427654 or 12235467. OLE color: 12235467.

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

Color convert

RGB 203 178 186 -
CMYK 0 0.12 0.08 0.20
HSL 340.8º 0.19% 0.75% -
HSV(B) 340.8º 0.12% 0.8% -
XYZ 49.41 48.08 53.13 -
YUV 186.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 203 178 186 0 0.12 0.08 0.20 340.8 0.19 0.75
Hex CB B2 BA 0 C 8 14 155 13 4B
Octal 313 262 272 0 14 10 24 525 23 113
Binary 11001011 10110010 10111010 0 1100 1000 10100 101010101 10011 1001011

Color Harmonies of #CBB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB2BA

Black with #CBB2BA

Text Example


Text Example

White with #CBB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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