Html Css Color HEX #CFB9BF Melanie

📋 copy color: '#CFB9BF'

red 207 ◦ green 185 ◦ blue 191

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

Shades of Melanie #CFB9BF

Tints of Melanie #CFB9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.73%

 BLUE value IS 191 (75% from 255) = 32.76%

R = 35.51%
G = 31.73%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CFB9BF (or 0xCFB9BF) is known color: Melanie. HEX triplet: CF, B9 and BF. RGB value is (207,185,191). Sum of RGB (Red+Green+Blue) = 207+185+191=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9BF is #304640. Grayscale: #C0C0C0. Windows color (decimal): -3163713 or 12564943. OLE color: 12564943.

HSL color Cylindrical-coordinate representation of color #CFB9BF: hue angle of 343.64º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFB9BF is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 185 191 -
CMYK 0 0.11 0.08 0.19
HSL 343.64º 0.19% 0.77% -
HSV(B) 343.64º 0.11% 0.81% -
XYZ 52.49 51.72 56.51 -
YUV 192.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 207 185 191 0 0.11 0.08 0.19 343.64 0.19 0.77
Hex CF B9 BF 0 B 8 13 158 13 4D
Octal 317 271 277 0 13 10 23 530 23 115
Binary 11001111 10111001 10111111 0 1011 1000 10011 101011000 10011 1001101

Color Harmonies of #CFB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB9BF

Black with #CFB9BF

Text Example


Text Example

White with #CFB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB9BF; }

 p { color: rgb(207,185,191); }

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

background-color css

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

 a { background-color: rgb(207,185,191); }

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

border-color css

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

 span { border-color: rgb(207,185,191); }

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