#CFBCB0

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

Shades of Wafer #CFBCB0

Tints of Wafer #CFBCB0

Color information

#CFBCB0 (or 0xCFBCB0) is unknown color: approx Wafer. HEX triplet: CF, BC and B0. RGB value is (207,188,176). Sum of RGB (Red+Green+Blue) = 207+188+176=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBCB0 is #30434F. Grayscale: #C0C0C0. Windows color (decimal): -3162960 or 11582671. OLE color: 11582671.

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

Color convert

RGB207188176-
CMYK00.090.150.19
HSL23.23º24.41%75.1%-
HSV(B)23.23º14.98%81.18%-
XYZ51.5552.3748.46-
YUV192.31118.79138.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.25%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 176 (69.14% from 255) = 30.82%
R=36.25%
G=32.92%
B=30.82%

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
Decimal20718817600.090.150.1923.2324.4175.1
HexCFBCB009F1317184b
Octal31727426001117232730113
Binary1100111110111100101100000100111111001110111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCB0; }

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

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

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

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

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

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

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

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