#CFBEB9

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

Shades of Wafer #CFBEB9

Tints of Wafer #CFBEB9

Color information

#CFBEB9 (or 0xCFBEB9) is unknown color: approx Wafer. HEX triplet: CF, BE and B9. RGB value is (207,190,185). Sum of RGB (Red+Green+Blue) = 207+190+185=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEB9 is #304146. Grayscale: #C2C2C2. Windows color (decimal): -3162439 or 12173007. OLE color: 12173007.

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

Color convert

RGB207190185-
CMYK00.080.110.19
HSL13.64º18.64%76.86%-
HSV(B)13.64º10.63%81.18%-
XYZ52.953.653.46-
YUV194.51122.63136.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 190 (74.61% from 255) = 32.65%
BLUE value IS 185 (72.66% from 255) = 31.79%
R=35.57%
G=32.65%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719018500.080.110.1913.6418.6476.86
HexCFBEB908B13e134d
Octal31727627101013231623115
Binary110011111011111010111001010001011100111110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEB9; }

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

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

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

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

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

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

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

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