Html Css Color HEX #CFB4BF Melanie

📋 copy color: '#CFB4BF'

red 207 ◦ green 180 ◦ blue 191

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

Shades of Melanie #CFB4BF

Tints of Melanie #CFB4BF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.14%

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

R = 35.81%
G = 31.14%
B = 33.04%

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

#CFB4BF (or 0xCFB4BF) is known color: Melanie. HEX triplet: CF, B4 and BF. RGB value is (207,180,191). Sum of RGB (Red+Green+Blue) = 207+180+191=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4BF is #304B40. Grayscale: #BDBDBD. Windows color (decimal): -3164993 or 12563663. OLE color: 12563663.

HSL color Cylindrical-coordinate representation of color #CFB4BF: hue angle of 335.56º degrees, saturation: 0.22, 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 #CFB4BF is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 191 -
CMYK 0 0.13 0.08 0.19
HSL 335.56º 0.22% 0.76% -
HSV(B) 335.56º 0.13% 0.81% -
XYZ 51.46 49.67 56.17 -
YUV 189.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 207 180 191 0 0.13 0.08 0.19 335.56 0.22 0.76
Hex CF B4 BF 0 D 8 13 150 16 4C
Octal 317 264 277 0 15 10 23 520 26 114
Binary 11001111 10110100 10111111 0 1101 1000 10011 101010000 10110 1001100

Color Harmonies of #CFB4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB4BF

Black with #CFB4BF

Text Example


Text Example

White with #CFB4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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