#CFB4AB

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

Shades of Clam Shell #CFB4AB

Tints of Clam Shell #CFB4AB

Color information

#CFB4AB (or 0xCFB4AB) is unknown color: approx Clam Shell. HEX triplet: CF, B4 and AB. RGB value is (207,180,171). Sum of RGB (Red+Green+Blue) = 207+180+171=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB4AB is #304B54. Grayscale: #BBBBBB. Windows color (decimal): -3165013 or 11252943. OLE color: 11252943.

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

Color convert

RGB207180171-
CMYK00.130.170.19
HSL15º27.27%74.12%-
HSV(B)15º17.39%81.18%-
XYZ49.448.8545.35-
YUV187.05118.95142.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 171 (67.19% from 255) = 30.65%
R=37.10%
G=32.26%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718017100.130.170.191527.2774.12
HexCFB4AB0D1113f1b4a
Octal31726425301521231733112
Binary1100111110110100101010110110110001100111111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB4AB; }

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

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

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

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

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

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

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

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