#CFBEB5

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

Shades of Wafer #CFBEB5

Tints of Wafer #CFBEB5

Color information

#CFBEB5 (or 0xCFBEB5) is unknown color: approx Wafer. HEX triplet: CF, BE and B5. RGB value is (207,190,181). Sum of RGB (Red+Green+Blue) = 207+190+181=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEB5 is #30414A. Grayscale: #C2C2C2. Windows color (decimal): -3162443 or 11910863. OLE color: 11910863.

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

Color convert

RGB207190181-
CMYK00.080.130.19
HSL20.77º21.31%76.08%-
HSV(B)20.77º12.56%81.18%-
XYZ52.4953.4351.26-
YUV194.06120.63137.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 181 (71.09% from 255) = 31.31%
R=35.81%
G=32.87%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719018100.080.130.1920.7721.3176.08
HexCFBEB508D1315154c
Octal31727626501015232525114
Binary1100111110111110101101010100011011001110101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEB5; }

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

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

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

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

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

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

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

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