Html Css Color HEX #CFB1BA Melanie

📋 copy color: '#CFB1BA'

red 207 ◦ green 177 ◦ blue 186

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

Shades of Melanie #CFB1BA

Tints of Melanie #CFB1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.63%

R = 36.32%
G = 31.05%
B = 32.63%

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

#CFB1BA (or 0xCFB1BA) is known color: Melanie. HEX triplet: CF, B1 and BA. RGB value is (207,177,186). Sum of RGB (Red+Green+Blue) = 207+177+186=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1BA is #304E45. Grayscale: #BABABA. Windows color (decimal): -3165766 or 12235215. OLE color: 12235215.

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

Color convert

RGB 207 177 186 -
CMYK 0 0.14 0.10 0.19
HSL 342º 0.24% 0.75% -
HSV(B) 342º 0.14% 0.81% -
XYZ 50.32 48.25 53.12 -
YUV 187 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 207 177 186 0 0.14 0.10 0.19 342 0.24 0.75
Hex CF B1 BA 0 E A 13 156 18 4B
Octal 317 261 272 0 16 12 23 526 30 113
Binary 11001111 10110001 10111010 0 1110 1010 10011 101010110 11000 1001011

Color Harmonies of #CFB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB1BA

Black with #CFB1BA

Text Example


Text Example

White with #CFB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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