Html Css Color HEX #CFB6BE Melanie

📋 copy color: '#CFB6BE'

red 207 ◦ green 182 ◦ blue 190

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

Shades of Melanie #CFB6BE

Tints of Melanie #CFB6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.43%

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

R = 35.75%
G = 31.43%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CFB6BE (or 0xCFB6BE) is known color: Melanie. HEX triplet: CF, B6 and BE. RGB value is (207,182,190). Sum of RGB (Red+Green+Blue) = 207+182+190=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6BE is #304941. Grayscale: #BEBEBE. Windows color (decimal): -3164482 or 12498639. OLE color: 12498639.

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

Color convert

RGB 207 182 190 -
CMYK 0 0.12 0.08 0.19
HSL 340.8º 0.21% 0.76% -
HSV(B) 340.8º 0.12% 0.81% -
XYZ 51.75 50.44 55.72 -
YUV 190.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 207 182 190 0 0.12 0.08 0.19 340.8 0.21 0.76
Hex CF B6 BE 0 C 8 13 155 15 4C
Octal 317 266 276 0 14 10 23 525 25 114
Binary 11001111 10110110 10111110 0 1100 1000 10011 101010101 10101 1001100

Color Harmonies of #CFB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB6BE

Black with #CFB6BE

Text Example


Text Example

White with #CFB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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