Html Css Color HEX #CFB4BB Melanie

📋 copy color: '#CFB4BB'

red 207 ◦ green 180 ◦ blue 187

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

Shades of Melanie #CFB4BB

Tints of Melanie #CFB4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.36%

 BLUE value IS 187 (73.44% from 255) = 32.58%

R = 36.06%
G = 31.36%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFB4BB (or 0xCFB4BB) is known color: Melanie. HEX triplet: CF, B4 and BB. RGB value is (207,180,187). Sum of RGB (Red+Green+Blue) = 207+180+187=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4BB is #304B44. Grayscale: #BCBCBC. Windows color (decimal): -3164997 or 12301519. OLE color: 12301519.

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

Color convert

RGB 207 180 187 -
CMYK 0 0.13 0.10 0.19
HSL 344.44º 0.22% 0.76% -
HSV(B) 344.44º 0.13% 0.81% -
XYZ 51.02 49.5 53.88 -
YUV 188.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 207 180 187 0 0.13 0.10 0.19 344.44 0.22 0.76
Hex CF B4 BB 0 D A 13 158 16 4C
Octal 317 264 273 0 15 12 23 530 26 114
Binary 11001111 10110100 10111011 0 1101 1010 10011 101011000 10110 1001100

Color Harmonies of #CFB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB4BB

Black with #CFB4BB

Text Example


Text Example

White with #CFB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB4BB; }

 p { color: rgb(207,180,187); }

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

background-color css

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

 a { background-color: rgb(207,180,187); }

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

border-color css

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

 span { border-color: rgb(207,180,187); }

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