Html Css Color HEX #CFB4BE Melanie

📋 copy color: '#CFB4BE'

red 207 ◦ green 180 ◦ blue 190

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

Shades of Melanie #CFB4BE

Tints of Melanie #CFB4BE

RGB

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

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

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

R = 35.88%
G = 31.2%
B = 32.93%

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

#CFB4BE (or 0xCFB4BE) is known color: Melanie. HEX triplet: CF, B4 and BE. RGB value is (207,180,190). Sum of RGB (Red+Green+Blue) = 207+180+190=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4BE is #304B41. Grayscale: #BDBDBD. Windows color (decimal): -3164994 or 12498127. OLE color: 12498127.

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

Color convert

RGB 207 180 190 -
CMYK 0 0.13 0.08 0.19
HSL 337.78º 0.22% 0.76% -
HSV(B) 337.78º 0.13% 0.81% -
XYZ 51.35 49.63 55.59 -
YUV 189.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 207 180 190 0 0.13 0.08 0.19 337.78 0.22 0.76
Hex CF B4 BE 0 D 8 13 152 16 4C
Octal 317 264 276 0 15 10 23 522 26 114
Binary 11001111 10110100 10111110 0 1101 1000 10011 101010010 10110 1001100

Color Harmonies of #CFB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB4BE

Black with #CFB4BE

Text Example


Text Example

White with #CFB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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