#CFB2AB

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

Shades of Clam Shell #CFB2AB

Tints of Clam Shell #CFB2AB

Color information

#CFB2AB (or 0xCFB2AB) is unknown color: approx Clam Shell. HEX triplet: CF, B2 and AB. RGB value is (207,178,171). Sum of RGB (Red+Green+Blue) = 207+178+171=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB2AB is #304D54. Grayscale: #B9B9B9. Windows color (decimal): -3165525 or 11252431. OLE color: 11252431.

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

Color convert

RGB207178171-
CMYK00.140.170.19
HSL11.67º27.27%74.12%-
HSV(B)11.67º17.39%81.18%-
XYZ4948.0545.22-
YUV185.87119.61143.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=37.23%
G=32.01%
B=30.76%

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
Decimal20717817100.140.170.1911.6727.2774.12
HexCFB2AB0E1113c1b4a
Octal31726225301621231433112
Binary1100111110110010101010110111010001100111100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB2AB; }

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

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

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

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

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

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

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

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