#CFB4A9

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

Shades of Clam Shell #CFB4A9

Tints of Clam Shell #CFB4A9

Color information

#CFB4A9 (or 0xCFB4A9) is unknown color: approx Clam Shell. HEX triplet: CF, B4 and A9. RGB value is (207,180,169). Sum of RGB (Red+Green+Blue) = 207+180+169=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB4A9 is #304B56. Grayscale: #BABABA. Windows color (decimal): -3165015 or 11121871. OLE color: 11121871.

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

Color convert

RGB207180169-
CMYK00.130.180.19
HSL17.37º28.36%73.73%-
HSV(B)17.37º18.36%81.18%-
XYZ49.2148.7744.36-
YUV186.82117.95142.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 169 (66.41% from 255) = 30.40%
R=37.23%
G=32.37%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718016900.130.180.1917.3728.3673.73
HexCFB4A90D1213111c4a
Octal31726425101522232134112
Binary11001111101101001010100101101100101001110001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB4A9; }

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

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

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

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

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

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

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

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