Html Css Color HEX #CFB6BF Melanie

📋 copy color: '#CFB6BF'

red 207 ◦ green 182 ◦ blue 191

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

Shades of Melanie #CFB6BF

Tints of Melanie #CFB6BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.93%

R = 35.69%
G = 31.38%
B = 32.93%

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

#CFB6BF (or 0xCFB6BF) is known color: Melanie. HEX triplet: CF, B6 and BF. RGB value is (207,182,191). Sum of RGB (Red+Green+Blue) = 207+182+191=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6BF is #304940. Grayscale: #BEBEBE. Windows color (decimal): -3164481 or 12564175. OLE color: 12564175.

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

Color convert

RGB 207 182 191 -
CMYK 0 0.12 0.08 0.19
HSL 338.4º 0.21% 0.76% -
HSV(B) 338.4º 0.12% 0.81% -
XYZ 51.86 50.48 56.3 -
YUV 190.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 207 182 191 0 0.12 0.08 0.19 338.4 0.21 0.76
Hex CF B6 BF 0 C 8 13 152 15 4C
Octal 317 266 277 0 14 10 23 522 25 114
Binary 11001111 10110110 10111111 0 1100 1000 10011 101010010 10101 1001100

Color Harmonies of #CFB6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB6BF

Black with #CFB6BF

Text Example


Text Example

White with #CFB6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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