#CFBEBA

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

Shades of Wafer #CFBEBA

Tints of Wafer #CFBEBA

Color information

#CFBEBA (or 0xCFBEBA) is unknown color: approx Wafer. HEX triplet: CF, BE and BA. RGB value is (207,190,186). Sum of RGB (Red+Green+Blue) = 207+190+186=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEBA is #304145. Grayscale: #C2C2C2. Windows color (decimal): -3162438 or 12238543. OLE color: 12238543.

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

Color convert

RGB207190186-
CMYK00.080.100.19
HSL11.43º17.95%77.06%-
HSV(B)11.43º10.14%81.18%-
XYZ53.0153.6454.01-
YUV194.63123.13136.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 190 (74.61% from 255) = 32.59%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=35.51%
G=32.59%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719018600.080.100.1911.4317.9577.06
HexCFBEBA08A13b124d
Octal31727627201012231322115
Binary110011111011111010111010010001010100111011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEBA; }

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

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

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

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

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

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

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

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