Html Css Color HEX #CFB1BB Melanie

📋 copy color: '#CFB1BB'

red 207 ◦ green 177 ◦ blue 187

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

Shades of Melanie #CFB1BB

Tints of Melanie #CFB1BB

RGB

 RED value IS 207 (81.25% from 255) = 36.25%

 GREEN value IS 177 (69.53% from 255) = 31%

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

R = 36.25%
G = 31%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFB1BB (or 0xCFB1BB) is known color: Melanie. HEX triplet: CF, B1 and BB. RGB value is (207,177,187). Sum of RGB (Red+Green+Blue) = 207+177+187=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1BB is #304E44. Grayscale: #BBBBBB. Windows color (decimal): -3165765 or 12300751. OLE color: 12300751.

HSL color Cylindrical-coordinate representation of color #CFB1BB: hue angle of 340º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB1BB is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 177 187 -
CMYK 0 0.14 0.10 0.19
HSL 340º 0.24% 0.75% -
HSV(B) 340º 0.14% 0.81% -
XYZ 50.42 48.3 53.68 -
YUV 187.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 207 177 187 0 0.14 0.10 0.19 340 0.24 0.75
Hex CF B1 BB 0 E A 13 154 18 4B
Octal 317 261 273 0 16 12 23 524 30 113
Binary 11001111 10110001 10111011 0 1110 1010 10011 101010100 11000 1001011

Color Harmonies of #CFB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB1BB

Black with #CFB1BB

Text Example


Text Example

White with #CFB1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB1BB; }

 p { color: rgb(207,177,187); }

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

background-color css

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

 a { background-color: rgb(207,177,187); }

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

border-color css

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

 span { border-color: rgb(207,177,187); }

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