#CFBDB0

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

Shades of Wafer #CFBDB0

Tints of Wafer #CFBDB0

Color information

#CFBDB0 (or 0xCFBDB0) is unknown color: approx Wafer. HEX triplet: CF, BD and B0. RGB value is (207,189,176). Sum of RGB (Red+Green+Blue) = 207+189+176=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBDB0 is #30424F. Grayscale: #C0C0C0. Windows color (decimal): -3162704 or 11582927. OLE color: 11582927.

HSL color Cylindrical-coordinate representation of color #CFBDB0: hue angle of 25.16º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFBDB0 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB207189176-
CMYK00.090.150.19
HSL25.16º24.41%75.1%-
HSV(B)25.16º14.98%81.18%-
XYZ51.7752.848.54-
YUV192.9118.46138.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 176 (69.14% from 255) = 30.77%
R=36.19%
G=33.04%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718917600.090.150.1925.1624.4175.1
HexCFBDB009F1319184b
Octal31727526001117233130113
Binary1100111110111101101100000100111111001111001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDB0; }

 p { color: rgb(207,189,176); }

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

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

 a { background-color: rgb(207,189,176); }

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

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

 span { border-color: rgb(207,189,176); }

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