Html Css Color HEX #CFB5BE Melanie

📋 copy color: '#CFB5BE'

red 207 ◦ green 181 ◦ blue 190

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

Shades of Melanie #CFB5BE

Tints of Melanie #CFB5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.31%

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

R = 35.81%
G = 31.31%
B = 32.87%

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

#CFB5BE (or 0xCFB5BE) is known color: Melanie. HEX triplet: CF, B5 and BE. RGB value is (207,181,190). Sum of RGB (Red+Green+Blue) = 207+181+190=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5BE is #304A41. Grayscale: #BDBDBD. Windows color (decimal): -3164738 or 12498383. OLE color: 12498383.

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

Color convert

RGB 207 181 190 -
CMYK 0 0.13 0.08 0.19
HSL 339.23º 0.21% 0.76% -
HSV(B) 339.23º 0.13% 0.81% -
XYZ 51.55 50.03 55.66 -
YUV 189.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 207 181 190 0 0.13 0.08 0.19 339.23 0.21 0.76
Hex CF B5 BE 0 D 8 13 153 15 4C
Octal 317 265 276 0 15 10 23 523 25 114
Binary 11001111 10110101 10111110 0 1101 1000 10011 101010011 10101 1001100

Color Harmonies of #CFB5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5BE

Black with #CFB5BE

Text Example


Text Example

White with #CFB5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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