#CFB6A9

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

Shades of Clam Shell #CFB6A9

Tints of Clam Shell #CFB6A9

Color information

#CFB6A9 (or 0xCFB6A9) is unknown color: approx Clam Shell. HEX triplet: CF, B6 and A9. RGB value is (207,182,169). Sum of RGB (Red+Green+Blue) = 207+182+169=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB6A9 is #304956. Grayscale: #BCBCBC. Windows color (decimal): -3164503 or 11122383. OLE color: 11122383.

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

Color convert

RGB207182169-
CMYK00.120.180.19
HSL20.53º28.36%73.73%-
HSV(B)20.53º18.36%81.18%-
XYZ49.6249.5944.49-
YUV187.99117.28141.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 182 (71.48% from 255) = 32.62%
BLUE value IS 169 (66.41% from 255) = 30.29%
R=37.10%
G=32.62%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718216900.120.180.1920.5328.3673.73
HexCFB6A90C1213151c4a
Octal31726625101422232534112
Binary11001111101101101010100101100100101001110101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB6A9; }

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

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

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

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

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

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

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

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