#CFB5A9

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

Shades of Clam Shell #CFB5A9

Tints of Clam Shell #CFB5A9

Color information

#CFB5A9 (or 0xCFB5A9) is unknown color: approx Clam Shell. HEX triplet: CF, B5 and A9. RGB value is (207,181,169). Sum of RGB (Red+Green+Blue) = 207+181+169=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB5A9 is #304A56. Grayscale: #BBBBBB. Windows color (decimal): -3164759 or 11122127. OLE color: 11122127.

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

Color convert

RGB207181169-
CMYK00.130.180.19
HSL18.95º28.36%73.73%-
HSV(B)18.95º18.36%81.18%-
XYZ49.4249.1844.42-
YUV187.41117.61141.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.16%
GREEN value IS 181 (71.09% from 255) = 32.50%
BLUE value IS 169 (66.41% from 255) = 30.34%
R=37.16%
G=32.50%
B=30.34%

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
Decimal20718116900.130.180.1918.9528.3673.73
HexCFB5A90D1213131c4a
Octal31726525101522232334112
Binary11001111101101011010100101101100101001110011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5A9; }

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

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

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

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

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

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

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

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