Html Css Color HEX #CFB2BB Melanie

📋 copy color: '#CFB2BB'

red 207 ◦ green 178 ◦ blue 187

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

Shades of Melanie #CFB2BB

Tints of Melanie #CFB2BB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.12%

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

R = 36.19%
G = 31.12%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFB2BB (or 0xCFB2BB) is known color: Melanie. HEX triplet: CF, B2 and BB. RGB value is (207,178,187). Sum of RGB (Red+Green+Blue) = 207+178+187=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2BB is #304D44. Grayscale: #BBBBBB. Windows color (decimal): -3165509 or 12301007. OLE color: 12301007.

HSL color Cylindrical-coordinate representation of color #CFB2BB: hue angle of 341.38º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB2BB is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 187 -
CMYK 0 0.14 0.10 0.19
HSL 341.38º 0.23% 0.75% -
HSV(B) 341.38º 0.14% 0.81% -
XYZ 50.62 48.69 53.74 -
YUV 187.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 207 178 187 0 0.14 0.10 0.19 341.38 0.23 0.75
Hex CF B2 BB 0 E A 13 155 17 4B
Octal 317 262 273 0 16 12 23 525 27 113
Binary 11001111 10110010 10111011 0 1110 1010 10011 101010101 10111 1001011

Color Harmonies of #CFB2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2BB

Black with #CFB2BB

Text Example


Text Example

White with #CFB2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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