#CFBEB6

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

Shades of Wafer #CFBEB6

Tints of Wafer #CFBEB6

Color information

#CFBEB6 (or 0xCFBEB6) is unknown color: approx Wafer. HEX triplet: CF, BE and B6. RGB value is (207,190,182). Sum of RGB (Red+Green+Blue) = 207+190+182=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEB6 is #304149. Grayscale: #C2C2C2. Windows color (decimal): -3162442 or 11976399. OLE color: 11976399.

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

Color convert

RGB207190182-
CMYK00.080.120.19
HSL19.2º20.66%76.27%-
HSV(B)19.2º12.08%81.18%-
XYZ52.5953.4751.8-
YUV194.17121.13137.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 182 (71.48% from 255) = 31.43%
R=35.75%
G=32.82%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719018200.080.120.1919.220.6676.27
HexCFBEB608C1313154c
Octal31727626601014232325114
Binary1100111110111110101101100100011001001110011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEB6; }

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

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

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

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

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

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

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

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