#CFBEB1

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

Shades of Wafer #CFBEB1

Tints of Wafer #CFBEB1

Color information

#CFBEB1 (or 0xCFBEB1) is unknown color: approx Wafer. HEX triplet: CF, BE and B1. RGB value is (207,190,177). Sum of RGB (Red+Green+Blue) = 207+190+177=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEB1 is #30414E. Grayscale: #C1C1C1. Windows color (decimal): -3162447 or 11648719. OLE color: 11648719.

HSL color Cylindrical-coordinate representation of color #CFBEB1: hue angle of 26º degrees, saturation: 0.24, 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 #CFBEB1 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB207190177-
CMYK00.080.140.19
HSL26º23.81%75.29%-
HSV(B)26º14.49%81.18%-
XYZ52.0853.2749.13-
YUV193.6118.63137.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 177 (69.53% from 255) = 30.84%
R=36.06%
G=33.10%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719017700.080.140.192623.8175.29
HexCFBEB108E131a184b
Octal31727626101016233230113
Binary1100111110111110101100010100011101001111010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEB1; }

 p { color: rgb(207,190,177); }

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

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

 a { background-color: rgb(207,190,177); }

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

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

 span { border-color: rgb(207,190,177); }

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