#C4AFA6

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

Shades of Clam Shell #C4AFA6

Tints of Clam Shell #C4AFA6

Color information

#C4AFA6 (or 0xC4AFA6) is unknown color: approx Clam Shell. HEX triplet: C4, AF and A6. RGB value is (196,175,166). Sum of RGB (Red+Green+Blue) = 196+175+166=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AFA6 is #3B5059. Grayscale: #B4B4B4. Windows color (decimal): -3887194 or 10923972. OLE color: 10923972.

HSL color Cylindrical-coordinate representation of color #C4AFA6: hue angle of 18º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4AFA6 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB196175166-
CMYK00.110.150.23
HSL18º20.27%70.98%-
HSV(B)18º15.31%76.86%-
XYZ44.9845.1542.42-
YUV180.25119.96139.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.50%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 166 (65.23% from 255) = 30.91%
R=36.50%
G=32.59%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617516600.110.150.231820.2770.98
HexC4AFA60BF17121447
Octal30425724601317272224107
Binary1100010010101111101001100101111111011110010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFA6; }

 p { color: rgb(196,175,166); }

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

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

 a { background-color: rgb(196,175,166); }

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

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

 span { border-color: rgb(196,175,166); }

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