Html Css Color HEX #CBB7BE Melanie

📋 copy color: '#CBB7BE'

red 203 ◦ green 183 ◦ blue 190

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

Shades of Melanie #CBB7BE

Tints of Melanie #CBB7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.77%

 BLUE value IS 190 (74.61% from 255) = 32.99%

R = 35.24%
G = 31.77%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CBB7BE (or 0xCBB7BE) is known color: Melanie. HEX triplet: CB, B7 and BE. RGB value is (203,183,190). Sum of RGB (Red+Green+Blue) = 203+183+190=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7BE is #344841. Grayscale: #BDBDBD. Windows color (decimal): -3426370 or 12498891. OLE color: 12498891.

HSL color Cylindrical-coordinate representation of color #CBB7BE: hue angle of 339º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBB7BE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 183 190 -
CMYK 0 0.10 0.06 0.20
HSL 339º 0.16% 0.76% -
HSV(B) 339º 0.1% 0.8% -
XYZ 50.86 50.28 55.74 -
YUV 189.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 203 183 190 0 0.10 0.06 0.20 339 0.16 0.76
Hex CB B7 BE 0 A 6 14 153 10 4C
Octal 313 267 276 0 12 6 24 523 20 114
Binary 11001011 10110111 10111110 0 1010 110 10100 101010011 10000 1001100

Color Harmonies of #CBB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB7BE

Black with #CBB7BE

Text Example


Text Example

White with #CBB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB7BE; }

 p { color: rgb(203,183,190); }

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

background-color css

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

 a { background-color: rgb(203,183,190); }

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

border-color css

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

 span { border-color: rgb(203,183,190); }

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