#CFAEA1

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

Shades of Clam Shell #CFAEA1

Tints of Clam Shell #CFAEA1

Color information

#CFAEA1 (or 0xCFAEA1) is unknown color: approx Clam Shell. HEX triplet: CF, AE and A1. RGB value is (207,174,161). Sum of RGB (Red+Green+Blue) = 207+174+161=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAEA1 is #30515E. Grayscale: #B6B6B6. Windows color (decimal): -3166559 or 10596047. OLE color: 10596047.

HSL color Cylindrical-coordinate representation of color #CFAEA1: hue angle of 16.96º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFAEA1 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB207174161-
CMYK00.160.220.19
HSL16.96º32.39%72.16%-
HSV(B)16.96º22.22%81.18%-
XYZ47.346.1140.13-
YUV182.38115.93145.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 161 (63.28% from 255) = 29.70%
R=38.19%
G=32.10%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717416100.160.220.1916.9632.3972.16
HexCFAEA10101613112048
Octal31725624102026232140110
Binary1100111110101110101000010100001011010011100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEA1; }

 p { color: rgb(207,174,161); }

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

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

 a { background-color: rgb(207,174,161); }

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

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

 span { border-color: rgb(207,174,161); }

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