Html Css Color HEX #CFB9BE Melanie

📋 copy color: '#CFB9BE'

red 207 ◦ green 185 ◦ blue 190

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

Shades of Melanie #CFB9BE

Tints of Melanie #CFB9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.79%

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

R = 35.57%
G = 31.79%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CFB9BE (or 0xCFB9BE) is known color: Melanie. HEX triplet: CF, B9 and BE. RGB value is (207,185,190). Sum of RGB (Red+Green+Blue) = 207+185+190=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9BE is #304641. Grayscale: #C0C0C0. Windows color (decimal): -3163714 or 12499407. OLE color: 12499407.

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

Color convert

RGB 207 185 190 -
CMYK 0 0.11 0.08 0.19
HSL 346.36º 0.19% 0.77% -
HSV(B) 346.36º 0.11% 0.81% -
XYZ 52.38 51.68 55.93 -
YUV 192.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 207 185 190 0 0.11 0.08 0.19 346.36 0.19 0.77
Hex CF B9 BE 0 B 8 13 15A 13 4D
Octal 317 271 276 0 13 10 23 532 23 115
Binary 11001111 10111001 10111110 0 1011 1000 10011 101011010 10011 1001101

Color Harmonies of #CFB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB9BE

Black with #CFB9BE

Text Example


Text Example

White with #CFB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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