#CFB3BF

Color #CFB3BF Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #CFB3BF

Tints of Maverick #CFB3BF

Color information

#CFB3BF (or 0xCFB3BF) is unknown color: approx Maverick. HEX triplet: CF, B3 and BF. RGB value is (207,179,191). Sum of RGB (Red+Green+Blue) = 207+179+191=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3BF is #304C40. Grayscale: #BCBCBC. Windows color (decimal): -3165249 or 12563407. OLE color: 12563407.

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

Color convert

RGB207179191-
CMYK00.140.080.19
HSL334.29º22.58%75.69%-
HSV(B)334.29º13.53%81.18%-
XYZ51.2649.2756.1-
YUV188.74129.28141.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 179 (70.31% from 255) = 31.02%
BLUE value IS 191 (75% from 255) = 33.10%
R=35.88%
G=31.02%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717919100.140.080.19334.2922.5875.69
HexCFB3BF0E81314e174c
Octal317263277016102351627114
Binary11001111101100111011111101110100010011101001110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB3BF; }

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

 H1.HeaderClassName
 {
   color: #CFB3BF;
 }
 .AnyTagClassName
 {
   color: #CFB3BF;
 }
</style>
background-color css

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

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

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

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

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

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