#CFB1AB

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

Shades of Clam Shell #CFB1AB

Tints of Clam Shell #CFB1AB

Color information

#CFB1AB (or 0xCFB1AB) is unknown color: approx Clam Shell. HEX triplet: CF, B1 and AB. RGB value is (207,177,171). Sum of RGB (Red+Green+Blue) = 207+177+171=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB1AB is #304E54. Grayscale: #B9B9B9. Windows color (decimal): -3165781 or 11252175. OLE color: 11252175.

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

Color convert

RGB207177171-
CMYK00.140.170.19
HSL10º27.27%74.12%-
HSV(B)10º17.39%81.18%-
XYZ48.847.6545.15-
YUV185.29119.94143.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 177 (69.53% from 255) = 31.89%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=37.30%
G=31.89%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717717100.140.170.191027.2774.12
HexCFB1AB0E1113a1b4a
Octal31726125301621231233112
Binary1100111110110001101010110111010001100111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB1AB; }

 p { color: rgb(207,177,171); }

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

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

 a { background-color: rgb(207,177,171); }

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

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

 span { border-color: rgb(207,177,171); }

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