Html Css Color HEX #CFB0BB Melanie

📋 copy color: '#CFB0BB'

red 207 ◦ green 176 ◦ blue 187

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

Shades of Melanie #CFB0BB

Tints of Melanie #CFB0BB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.88%

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

R = 36.32%
G = 30.88%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFB0BB (or 0xCFB0BB) is known color: Melanie. HEX triplet: CF, B0 and BB. RGB value is (207,176,187). Sum of RGB (Red+Green+Blue) = 207+176+187=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0BB is #304F44. Grayscale: #BABABA. Windows color (decimal): -3166021 or 12300495. OLE color: 12300495.

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

Color convert

RGB 207 176 187 -
CMYK 0 0.15 0.10 0.19
HSL 338.71º 0.24% 0.75% -
HSV(B) 338.71º 0.15% 0.81% -
XYZ 50.23 47.9 53.61 -
YUV 186.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 207 176 187 0 0.15 0.10 0.19 338.71 0.24 0.75
Hex CF B0 BB 0 F A 13 153 18 4B
Octal 317 260 273 0 17 12 23 523 30 113
Binary 11001111 10110000 10111011 0 1111 1010 10011 101010011 11000 1001011

Color Harmonies of #CFB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0BB

Black with #CFB0BB

Text Example


Text Example

White with #CFB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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