Html Css Color HEX #CBB2BB Melanie

📋 copy color: '#CBB2BB'

red 203 ◦ green 178 ◦ blue 187

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

Shades of Melanie #CBB2BB

Tints of Melanie #CBB2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.92%

R = 35.74%
G = 31.34%
B = 32.92%

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

#CBB2BB (or 0xCBB2BB) is known color: Melanie. HEX triplet: CB, B2 and BB. RGB value is (203,178,187). Sum of RGB (Red+Green+Blue) = 203+178+187=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2BB is #344D44. Grayscale: #BABABA. Windows color (decimal): -3427653 or 12301003. OLE color: 12301003.

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

Color convert

RGB 203 178 187 -
CMYK 0 0.12 0.08 0.20
HSL 338.4º 0.19% 0.75% -
HSV(B) 338.4º 0.12% 0.8% -
XYZ 49.52 48.13 53.69 -
YUV 186.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 203 178 187 0 0.12 0.08 0.20 338.4 0.19 0.75
Hex CB B2 BB 0 C 8 14 152 13 4B
Octal 313 262 273 0 14 10 24 522 23 113
Binary 11001011 10110010 10111011 0 1100 1000 10100 101010010 10011 1001011

Color Harmonies of #CBB2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB2BB

Black with #CBB2BB

Text Example


Text Example

White with #CBB2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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