#CFBCB6

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

Shades of Wafer #CFBCB6

Tints of Wafer #CFBCB6

Color information

#CFBCB6 (or 0xCFBCB6) is unknown color: approx Wafer. HEX triplet: CF, BC and B6. RGB value is (207,188,182). Sum of RGB (Red+Green+Blue) = 207+188+182=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCB6 is #304349. Grayscale: #C1C1C1. Windows color (decimal): -3162954 or 11975887. OLE color: 11975887.

HSL color Cylindrical-coordinate representation of color #CFBCB6: hue angle of 14.4º 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 #CFBCB6 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB207188182-
CMYK00.090.120.19
HSL14.4º20.66%76.27%-
HSV(B)14.4º12.08%81.18%-
XYZ52.1652.6151.66-
YUV193121.79137.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=35.88%
G=32.58%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718818200.090.120.1914.420.6676.27
HexCFBCB609C13e154c
Octal31727426601114231625114
Binary110011111011110010110110010011100100111110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCB6; }

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

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

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

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

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

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

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

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