Html Css Color HEX #CBB0B9 Melanie

📋 copy color: '#CBB0B9'

red 203 ◦ green 176 ◦ blue 185

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

Shades of Melanie #CBB0B9

Tints of Melanie #CBB0B9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.21%

 BLUE value IS 185 (72.66% from 255) = 32.8%

R = 35.99%
G = 31.21%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CBB0B9 (or 0xCBB0B9) is known color: Melanie. HEX triplet: CB, B0 and B9. RGB value is (203,176,185). Sum of RGB (Red+Green+Blue) = 203+176+185=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0B9 is #344F46. Grayscale: #B9B9B9. Windows color (decimal): -3428167 or 12169419. OLE color: 12169419.

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

Color convert

RGB 203 176 185 -
CMYK 0 0.13 0.09 0.20
HSL 340º 0.21% 0.74% -
HSV(B) 340º 0.13% 0.8% -
XYZ 48.91 47.25 52.44 -
YUV 185.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 203 176 185 0 0.13 0.09 0.20 340 0.21 0.74
Hex CB B0 B9 0 D 9 14 154 15 4A
Octal 313 260 271 0 15 11 24 524 25 112
Binary 11001011 10110000 10111001 0 1101 1001 10100 101010100 10101 1001010

Color Harmonies of #CBB0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB0B9

Black with #CBB0B9

Text Example


Text Example

White with #CBB0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB0B9; }

 p { color: rgb(203,176,185); }

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

background-color css

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

 a { background-color: rgb(203,176,185); }

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

border-color css

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

 span { border-color: rgb(203,176,185); }

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