Html Css Color HEX #CFB5BF Melanie

📋 copy color: '#CFB5BF'

red 207 ◦ green 181 ◦ blue 191

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

Shades of Melanie #CFB5BF

Tints of Melanie #CFB5BF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.26%

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

R = 35.75%
G = 31.26%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CFB5BF (or 0xCFB5BF) is known color: Melanie. HEX triplet: CF, B5 and BF. RGB value is (207,181,191). Sum of RGB (Red+Green+Blue) = 207+181+191=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5BF is #304A40. Grayscale: #BDBDBD. Windows color (decimal): -3164737 or 12563919. OLE color: 12563919.

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

Color convert

RGB 207 181 191 -
CMYK 0 0.13 0.08 0.19
HSL 336.92º 0.21% 0.76% -
HSV(B) 336.92º 0.13% 0.81% -
XYZ 51.66 50.07 56.23 -
YUV 189.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 207 181 191 0 0.13 0.08 0.19 336.92 0.21 0.76
Hex CF B5 BF 0 D 8 13 151 15 4C
Octal 317 265 277 0 15 10 23 521 25 114
Binary 11001111 10110101 10111111 0 1101 1000 10011 101010001 10101 1001100

Color Harmonies of #CFB5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5BF

Black with #CFB5BF

Text Example


Text Example

White with #CFB5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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