Html Css Color HEX #CFBBBF Melanie

📋 copy color: '#CFBBBF'

red 207 ◦ green 187 ◦ blue 191

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

Shades of Melanie #CFBBBF

Tints of Melanie #CFBBBF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.97%

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

R = 35.38%
G = 31.97%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CFBBBF (or 0xCFBBBF) is known color: Melanie. HEX triplet: CF, BB and BF. RGB value is (207,187,191). Sum of RGB (Red+Green+Blue) = 207+187+191=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBBF is #304440. Grayscale: #C1C1C1. Windows color (decimal): -3163201 or 12565455. OLE color: 12565455.

HSL color Cylindrical-coordinate representation of color #CFBBBF: hue angle of 348º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBBBF is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 187 191 -
CMYK 0 0.10 0.08 0.19
HSL 348º 0.17% 0.77% -
HSV(B) 348º 0.1% 0.81% -
XYZ 52.91 52.57 56.65 -
YUV 193.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 207 187 191 0 0.10 0.08 0.19 348 0.17 0.77
Hex CF BB BF 0 A 8 13 15C 11 4D
Octal 317 273 277 0 12 10 23 534 21 115
Binary 11001111 10111011 10111111 0 1010 1000 10011 101011100 10001 1001101

Color Harmonies of #CFBBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBBBF

Black with #CFBBBF

Text Example


Text Example

White with #CFBBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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