#CFB0A9

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

Shades of Clam Shell #CFB0A9

Tints of Clam Shell #CFB0A9

Color information

#CFB0A9 (or 0xCFB0A9) is unknown color: approx Clam Shell. HEX triplet: CF, B0 and A9. RGB value is (207,176,169). Sum of RGB (Red+Green+Blue) = 207+176+169=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 169 (66.41% from 255 or 30.62% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB0A9 is #304F56. Grayscale: #B8B8B8. Windows color (decimal): -3166039 or 11120847. OLE color: 11120847.

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

Color convert

RGB207176169-
CMYK00.150.180.19
HSL11.05º28.36%73.73%-
HSV(B)11.05º18.36%81.18%-
XYZ48.4247.1844.09-
YUV184.47119.27144.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 176 (69.14% from 255) = 31.88%
BLUE value IS 169 (66.41% from 255) = 30.62%
R=37.5%
G=31.88%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717616900.150.180.1911.0528.3673.73
HexCFB0A90F1213b1c4a
Octal31726025101722231334112
Binary1100111110110000101010010111110010100111011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0A9; }

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

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

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

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

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

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

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

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