#CFB8A9

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

Shades of Wafer #CFB8A9

Tints of Wafer #CFB8A9

Color information

#CFB8A9 (or 0xCFB8A9) is unknown color: approx Wafer. HEX triplet: CF, B8 and A9. RGB value is (207,184,169). Sum of RGB (Red+Green+Blue) = 207+184+169=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB8A9 is #304756. Grayscale: #BDBDBD. Windows color (decimal): -3163991 or 11122895. OLE color: 11122895.

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

Color convert

RGB207184169-
CMYK00.110.180.19
HSL23.68º28.36%73.73%-
HSV(B)23.68º18.36%81.18%-
XYZ50.0350.4144.63-
YUV189.17116.62140.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 184 (72.27% from 255) = 32.86%
BLUE value IS 169 (66.41% from 255) = 30.18%
R=36.96%
G=32.86%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718416900.110.180.1923.6828.3673.73
HexCFB8A90B1213181c4a
Octal31727025101322233034112
Binary11001111101110001010100101011100101001111000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB8A9; }

 p { color: rgb(207,184,169); }

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

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

 a { background-color: rgb(207,184,169); }

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

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

 span { border-color: rgb(207,184,169); }

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