#C6AFA9

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

Shades of Clam Shell #C6AFA9

Tints of Clam Shell #C6AFA9

Color information

#C6AFA9 (or 0xC6AFA9) is unknown color: approx Clam Shell. HEX triplet: C6, AF and A9. RGB value is (198,175,169). Sum of RGB (Red+Green+Blue) = 198+175+169=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AFA9 is #395056. Grayscale: #B5B5B5. Windows color (decimal): -3756119 or 11120582. OLE color: 11120582.

HSL color Cylindrical-coordinate representation of color #C6AFA9: hue angle of 12.41º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6AFA9 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB198175169-
CMYK00.120.150.22
HSL12.41º20.28%71.96%-
HSV(B)12.41º14.65%77.65%-
XYZ45.7845.5343.91-
YUV181.19121.12139.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.53%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 169 (66.41% from 255) = 31.18%
R=36.53%
G=32.29%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817516900.120.150.2212.4120.2871.96
HexC6AFA90CF16c1448
Octal30625725101417261424110
Binary110001101010111110101001011001111101101100101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFA9; }

 p { color: rgb(198,175,169); }

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

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

 a { background-color: rgb(198,175,169); }

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

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

 span { border-color: rgb(198,175,169); }

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